add support for potwiki

This commit is contained in:
Martin Grenfell
2008-07-28 22:52:34 +12:00
parent 377a04eeec
commit a4453c01ee
2 changed files with 5 additions and 0 deletions

View File

@@ -859,6 +859,8 @@ if your face looked like a toaster and a t-rex put together? :(
============================================================================== ==============================================================================
7. Changelog *NERDComChangelog* 7. Changelog *NERDComChangelog*
2.x.x
- add support for potwiki. Thanks to Bernhard Grotz for the email.
2.1.18 2.1.18
- add support for llvm. Thanks to nicothakis. - add support for llvm. Thanks to nicothakis.
- add support for xquery. Thanks to Phillip Kovalev. - add support for xquery. Thanks to Phillip Kovalev.
@@ -1284,6 +1286,7 @@ Krzysztof A. Adamski group
Pascal Brueckner mailcap Pascal Brueckner mailcap
Jerónimo Carballo stata Jerónimo Carballo stata
Phillip Kovalev xquery Phillip Kovalev xquery
Bernhard Grotz potwiki
============================================================================== ==============================================================================
8. License *NERDComLicense* 8. License *NERDComLicense*

View File

@@ -619,6 +619,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
call s:MapDelimiters('#', '') call s:MapDelimiters('#', '')
elseif a:filetype == "postscr" elseif a:filetype == "postscr"
call s:MapDelimiters('%', '') call s:MapDelimiters('%', '')
elseif a:filetype == "potwiki"
call s:MapDelimiters('', '')
elseif a:filetype == "pov" elseif a:filetype == "pov"
call s:MapDelimitersWithAlternative('//','', '/*','*/') call s:MapDelimitersWithAlternative('//','', '/*','*/')
elseif a:filetype == "povini" elseif a:filetype == "povini"