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