mirror of
https://github.com/preservim/nerdcommenter.git
synced 2024-11-25 17:57:06 +08:00
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:
parent
cb242a9cb4
commit
6e020aa61c
|
@ -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': '$' },
|
||||
|
|
Loading…
Reference in New Issue
Block a user