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