From fa7c2cdc2a9853918e6aa626a3959d7cfb976516 Mon Sep 17 00:00:00 2001 From: John Tyree Date: Thu, 3 Jan 2013 12:08:52 +0100 Subject: [PATCH] Update plugin/NERD_commenter.vim Cuda is the same as C. --- plugin/NERD_commenter.vim | 1 + 1 file changed, 1 insertion(+) 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': '--' },