vim-erlang / vim-erlang-runtime

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

Improve map indentation #44

Closed yowcow closed 4 years ago

yowcow commented 4 years ago

Resolves #43

Define a token for map opening brace #{, and adjust its closing brace indentation.

yowcow commented 4 years ago

Closing this PR as https://github.com/vim-erlang/vim-erlang-runtime/commit/939f3f9fed18d3da432b684d243755b0fb21d08e nicely resolve the issue.

Thanks!