diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 903bcf1..bd53c0c 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -123,6 +123,7 @@ let s:delimiterMap = { \ 'clipper': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'clojure': { 'left': ';' }, \ 'cmake': { 'left': '#' }, + \ 'cocci': { 'left': '//' }, \ 'coffee': { 'left': '#', 'leftAlt': '###', 'rightAlt': '###' }, \ 'conkyrc': { 'left': '#' }, \ 'context': { 'left': '%', 'leftAlt': '--' },