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

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