diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index b47f7ef..ed0f018 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -112,6 +112,7 @@ let s:delimiterMap = { \ 'clipper': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'clojure': { 'left': ';' }, \ 'cmake': { 'left': '#' }, + \ 'coffee': { 'left': '#' }, \ 'conkyrc': { 'left': '#' }, \ 'cpp': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'crontab': { 'left': '#' },