add support for applescript

This commit is contained in:
Martin Grenfell 2008-09-09 22:51:57 +12:00
parent e164c00246
commit 27e8727a35
2 changed files with 3 additions and 1 deletions

View File

@ -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,

View File

@ -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"