add support for newlisp

This commit is contained in:
Martin Grenfell 2008-10-12 21:59:12 +13:00
parent e14bdb0735
commit aaf2471da7
2 changed files with 6 additions and 0 deletions

View File

@ -798,6 +798,9 @@ if your face looked like a toaster and a t-rex put together? :(
==============================================================================
8. Changelog *NERDComChangelog*
2.x.x
- add support for newlisp, thanks to Matthew Lee Hinman.
2.2.0
- rewrote the mappings system to be more "standard".
- removed all the mapping options. Now, mappings to <plug> mappings are
@ -1026,6 +1029,7 @@ Bernhard Grotz potwiki
sgronblo man
François txt2tags
Giacomo Mariani SVNinfo
Matthew Lee Hinman newlisp
==============================================================================
9. License *NERDComLicense*

View File

@ -539,6 +539,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
call s:MapDelimiters('', '')
elseif a:filetype == "netrw"
call s:MapDelimiters('', '')
elseif a:filetype == "newlisp"
call s:MapDelimiters(';','')
elseif a:filetype == "nqc"
call s:MapDelimiters('/*','*/')
elseif a:filetype == "nroff"