mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-12 03:33:48 -05:00
add support for actionscript
This commit is contained in:
@@ -803,6 +803,7 @@ if your face looked like a toaster and a t-rex put together? :(
|
|||||||
- fix automake comments, thanks to Elias Pipping
|
- fix automake comments, thanks to Elias Pipping
|
||||||
- make haml comments default to -# with / as the alternative delimiter,
|
- make haml comments default to -# with / as the alternative delimiter,
|
||||||
thanks to tpope
|
thanks to tpope
|
||||||
|
- add support for actionscript, thanks to Edwin Benavides
|
||||||
|
|
||||||
2.2.0
|
2.2.0
|
||||||
- rewrote the mappings system to be more "standard".
|
- rewrote the mappings system to be more "standard".
|
||||||
|
|||||||
@@ -125,6 +125,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
|||||||
call s:MapDelimiters('%', '')
|
call s:MapDelimiters('%', '')
|
||||||
elseif a:filetype == "acedb"
|
elseif a:filetype == "acedb"
|
||||||
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
||||||
|
elseif a:filetype == "actionscript"
|
||||||
|
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
||||||
elseif a:filetype == "ada"
|
elseif a:filetype == "ada"
|
||||||
call s:MapDelimitersWithAlternative('--','', '-- ', '')
|
call s:MapDelimitersWithAlternative('--','', '-- ', '')
|
||||||
elseif a:filetype == "ahdl"
|
elseif a:filetype == "ahdl"
|
||||||
|
|||||||
Reference in New Issue
Block a user