vim-erlang / vim-erlang-runtime

Erlang indentation and syntax for Vim
https://vim-erlang.github.io
101 stars 29 forks source link

R17 Map support #23

Closed machinshin closed 10 years ago

machinshin commented 10 years ago

Erlang just added new syntax for associative arrays, along w/ a few new related operators.

http://www.erlang.org/eeps/eep-0043.html

hcs42 commented 10 years ago

I have already added support for maps in #21. (Although I didn't push it to https://github.com/vim-erlang/vim-erlang-runtime – I pushed it now.)

Do you suggest anything else besides those changes?