mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-02-01 02:07:14 +08:00
add support for pyrex
This commit is contained in:
parent
f95255e299
commit
f8ce318000
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user