mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-12 11:43:46 -05:00
add support for actionscript
This commit is contained in:
@@ -125,6 +125,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
||||
call s:MapDelimiters('%', '')
|
||||
elseif a:filetype == "acedb"
|
||||
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
||||
elseif a:filetype == "actionscript"
|
||||
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
||||
elseif a:filetype == "ada"
|
||||
call s:MapDelimitersWithAlternative('--','', '-- ', '')
|
||||
elseif a:filetype == "ahdl"
|
||||
|
||||
Reference in New Issue
Block a user