mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-13 12:13:47 -05:00
add support for applescript
This commit is contained in:
@@ -158,6 +158,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
||||
call s:MapDelimiters('#', '')
|
||||
elseif a:filetype == "apachestyle"
|
||||
call s:MapDelimiters('#', '')
|
||||
elseif a:filetype == "applescript"
|
||||
call s:MapDelimitersWithAlternative('--', '', '(*', '*)')
|
||||
elseif a:filetype == "asm68k"
|
||||
call s:MapDelimiters(';', '')
|
||||
elseif a:filetype == "asm"
|
||||
|
||||
Reference in New Issue
Block a user