add support for pdf

This commit is contained in:
Martin Grenfell
2009-03-06 16:14:13 +13:00
parent 0bd4d5bbca
commit 23aa888990
2 changed files with 4 additions and 2 deletions

View File

@@ -612,6 +612,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
call s:MapDelimiters('#', '')
elseif a:filetype ==? "pccts"
call s:MapDelimitersWithAlternative('//','', '/*','*/')
elseif a:filetype ==? "pdf"
call s:MapDelimiters('%', '')
elseif a:filetype ==? "perl"
call s:MapDelimiters('#', '')
elseif a:filetype ==? "pfmain"