mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-08 09:53:47 -05:00
Add ASP filetype support
This commit is contained in:
@@ -75,6 +75,7 @@ let s:delimiterMap = {
|
||||
\ 'ada': { 'left': '--', 'leftAlt': '-- ' },
|
||||
\ 'ahdl': { 'left': '--' },
|
||||
\ 'ahk': { 'left': ';', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'asp': { 'left': '%', 'leftAlt': '%*','rightAlt': '*%' },
|
||||
\ 'amiga': { 'left': ';' },
|
||||
\ 'aml': { 'left': '/*' },
|
||||
\ 'ampl': { 'left': '#' },
|
||||
|
||||
Reference in New Issue
Block a user