diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 49841e4..64458f5 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -198,6 +198,7 @@ let s:delimiterMap = { \ 'ishd': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'iss': { 'left': ';' }, \ 'ist': { 'left': '%' }, + \ 'jade': { 'left': '//-', 'leftAlt': '//' }, \ 'java': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'javacc': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'javascript': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },