vim-erlang/vim-erlang-runtime

R17 Map support

machinshin opened this issue · 1 comments

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

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

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?