mirror of
https://github.com/preservim/nerdcommenter.git
synced 2024-11-25 09:40:57 +08:00
add support for applescript
This commit is contained in:
parent
e164c00246
commit
27e8727a35
|
@ -1272,7 +1272,7 @@ Vladimir Lomov asymptote
|
|||
Marco mrxvtrc, aap
|
||||
nicothakis SVNAnnotate, CVSAnnotate, SVKAnnotate,
|
||||
SVNdiff, gitAnnotate, gitdiff, dtrace
|
||||
llvm
|
||||
llvm, applescript
|
||||
Chen Xing Wikipedia
|
||||
Jacobo Diaz dakota, patran
|
||||
Li Jin gentoo-env-d, gentoo-init-d,
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user