diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index e3d2932..aae62b0 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -148,6 +148,7 @@ let s:delimiterMap = { \ 'eclass': { 'left': '#' }, \ 'eiffel': { 'left': '--' }, \ 'elf': { 'left': "'" }, + \ 'elixir': { 'left': '#' }, \ 'elmfilt': { 'left': '#' }, \ 'erlang': { 'left': '%', 'leftAlt': '%%' }, \ 'eruby': { 'left': '<%#', 'right': '%>', 'leftAlt': '' },