From 7b78a83120e09ed603f6b0e421f3f55889905c53 Mon Sep 17 00:00:00 2001 From: DSIW Date: Tue, 19 Jun 2012 00:56:16 +0300 Subject: [PATCH] Added support for CoffeeScript --- plugin/NERD_commenter.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index b47f7ef..ed0f018 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -112,6 +112,7 @@ let s:delimiterMap = { \ 'clipper': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'clojure': { 'left': ';' }, \ 'cmake': { 'left': '#' }, + \ 'coffee': { 'left': '#' }, \ 'conkyrc': { 'left': '#' }, \ 'cpp': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'crontab': { 'left': '#' },