add support for aspvbs leftalt comment

This can be discussed, but I do find it useful to be able and
use HTML commenting as an alternative cause what else lies in an
asp classic page anyway,... but html ;)
This commit is contained in:
Peter Host 2012-06-03 22:26:02 +02:00
parent cb242a9cb4
commit 6e020aa61c

View File

@ -83,7 +83,7 @@ let s:delimiterMap = {
\ 'asm68k': { 'left': ';' },
\ 'asm': { 'left': ';', 'leftAlt': '#' },
\ 'asn': { 'left': '--' },
\ 'aspvbs': { 'left': '''' },
\ 'aspvbs': { 'left': '''', 'leftAlt': '<!--', 'rightAlt': '-->' },
\ 'asterisk': { 'left': ';' },
\ 'asy': { 'left': '//' },
\ 'atlas': { 'left': 'C', 'right': '$' },