From 38630ff5eb9378fd8d917b956ba7d4dbf0b896b3 Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Sat, 2 Apr 2011 12:57:25 +1300 Subject: [PATCH] add support for coldfusion --- plugin/NERD_commenter.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 4102e38..7cd4bc1 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -105,6 +105,7 @@ let s:delimiterMap = { \ 'calibre': { 'left': '//' }, \ 'catalog': { 'left': '--', 'right': '--' }, \ 'c': { 'left': '/*','right': '*/', 'leftAlt': '//' }, + \ 'cf': { 'left': '' }, \ 'cfg': { 'left': '#' }, \ 'cg': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'ch': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },