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': '#' },