diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 933a0bf..788253d 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -118,6 +118,7 @@ let s:delimiterMap = { \ 'coffee': { 'left': '#' }, \ 'conkyrc': { 'left': '#' }, \ 'context': { 'left': '%', 'leftAlt': '--' }, + \ 'coq': { 'left': '(*', 'right': '*)' }, \ 'cpp': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'cuda': { 'left': '/*','right': '*/', 'leftAlt': '//' }, \ 'crontab': { 'left': '#' },