add support for pyrex

This commit is contained in:
Martin Grenfell
2008-04-17 23:18:00 +12:00
parent f95255e299
commit f8ce318000
2 changed files with 5 additions and 0 deletions

View File

@@ -608,6 +608,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
call s:MapDelimiters('#', '')
elseif a:filetype == "ptcap"
call s:MapDelimiters('#', '')
elseif a:filetype == "pyrex"
call s:MapDelimiters('#','')
elseif a:filetype == "python"
call s:MapDelimiters('#','')
elseif a:filetype == "qf"