From 4a91777538587535fb106602ccbc1c3a0e27d054 Mon Sep 17 00:00:00 2001 From: Peter Host Date: Sun, 4 Dec 2011 22:33:18 +0100 Subject: [PATCH] add comments for jade templating engine --- plugin/NERD_commenter.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 49841e4..64458f5 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -198,6 +198,7 @@ let s:delimiterMap = { \ 'ishd': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'iss': { 'left': ';' }, \ 'ist': { 'left': '%' }, + \ 'jade': { 'left': '//-', 'leftAlt': '//' }, \ 'java': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'javacc': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'javascript': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },