diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 084e2a9..7462b3a 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -79,6 +79,7 @@ let s:delimiterMap = { \ 'apachestyle': { 'left': '#' }, \ 'asciidoc': { 'left': '//' }, \ 'applescript': { 'left': '--', 'leftAlt': '(*', 'rightAlt': '*)' }, + \ 'armasm': { 'left': ';' }, \ 'asm68k': { 'left': ';' }, \ 'asm': { 'left': ';', 'leftAlt': '#' }, \ 'asn': { 'left': '--' },