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