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