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

@ -863,6 +863,8 @@ to get illegal syntax when uncommenting them.
2.x.x
- added support for rib files, thanks to spookypeanut for posting the
issue.
- added support for pyrex/cython, thanks to Greg Jandl for posting the
issue.
2.1.12
- added support for patran and dakota, thx to Jacobo Diaz for the email
@ -1227,3 +1229,4 @@ Jacobo Diaz dakota, patran
Li Jin gentoo-env-d, gentoo-init-d,
gentoo-make-conf, grub, modconf, sudoers
SpookeyPeanut rib
Greg Jandl pyrex/cython

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"