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