diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index d7f6e9c..4b2f4d6 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -75,6 +75,7 @@ let s:delimiterMap = { \ 'ada': { 'left': '--', 'leftAlt': '-- ' }, \ 'ahdl': { 'left': '--' }, \ 'ahk': { 'left': ';', 'leftAlt': '/*', 'rightAlt': '*/' }, + \ 'asp': { 'left': '%', 'leftAlt': '%*','rightAlt': '*%' }, \ 'amiga': { 'left': ';' }, \ 'aml': { 'left': '/*' }, \ 'ampl': { 'left': '#' },