From 289d2d64ec2bc4ca5b60452a58b1144b1e1d5f32 Mon Sep 17 00:00:00 2001 From: sailorfeng Date: Wed, 11 Sep 2013 17:40:50 +0800 Subject: [PATCH] Update NERD_commenter.vim add lpc support --- plugin/NERD_commenter.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 13c7693..5b16087 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -225,6 +225,7 @@ let s:delimiterMap = { \ 'llvm': { 'left': ';' }, \ 'lotos': { 'left': '(*', 'right': '*)' }, \ 'lout': { 'left': '#' }, + \ 'lpc': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'lprolog': { 'left': '%' }, \ 'lscript': { 'left': "'" }, \ 'lss': { 'left': '#' },