mirror of
https://github.com/preservim/nerdcommenter.git
synced 2024-11-23 21:55:20 +08:00
fix asp support (doublon)
This commit is contained in:
parent
e48cc752f3
commit
df647acefc
|
@ -75,7 +75,6 @@ let s:delimiterMap = {
|
|||
\ 'ada': { 'left': '--', 'leftAlt': '-- ' },
|
||||
\ 'ahdl': { 'left': '--' },
|
||||
\ 'ahk': { 'left': ';', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'asp': { 'left': '%', 'leftAlt': '%*','rightAlt': '*%' },
|
||||
\ 'amiga': { 'left': ';' },
|
||||
\ 'aml': { 'left': '/*' },
|
||||
\ 'ampl': { 'left': '#' },
|
||||
|
@ -87,6 +86,7 @@ let s:delimiterMap = {
|
|||
\ 'asm68k': { 'left': ';' },
|
||||
\ 'asm': { 'left': ';', 'leftAlt': '#' },
|
||||
\ 'asn': { 'left': '--' },
|
||||
\ 'asp': { 'left': '%', 'leftAlt': '%*','rightAlt': '*%' },
|
||||
\ 'aspvbs': { 'left': '''', 'leftAlt': '<!--', 'rightAlt': '-->' },
|
||||
\ 'asterisk': { 'left': ';' },
|
||||
\ 'asy': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
|
|
Loading…
Reference in New Issue
Block a user