mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-10 10:43:48 -05:00
Add ASP filetype support
This commit is contained in:
@@ -75,6 +75,7 @@ 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': '#' },
|
||||||
|
|||||||
Reference in New Issue
Block a user