From c0d7109c6ba18ecf3dd53ef124dfc56068b76c61 Mon Sep 17 00:00:00 2001 From: marty Date: Sat, 11 Sep 2010 10:49:19 +1200 Subject: [PATCH] add gsp support --- plugin/NERD_commenter.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index eab70aa..c61524b 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -173,6 +173,7 @@ let s:delimiterMap = { \ 'gitrebase': { 'left': '#' }, \ 'gnuplot': { 'left': '#' }, \ 'groovy': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, + \ 'gsp': { 'left': '<%--', 'right': '--%>' }, \ 'gtkrc': { 'left': '#' }, \ 'haskell': { 'left': '{-','right': '-}', 'leftAlt': '--' }, \ 'hb': { 'left': '#' },