mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-10 18:53:47 -05:00
add support for pyrex
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user