diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 2f592ba..7b2af75 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -115,6 +115,7 @@ let s:delimiterMap = { \ 'coffee': { 'left': '#' }, \ 'conkyrc': { 'left': '#' }, \ 'cpp': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, + \ 'cuda': { 'left': '/*','right': '*/', 'leftAlt': '//' }, \ 'crontab': { 'left': '#' }, \ 'cs': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'csp': { 'left': '--' },