mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-08 18:03:46 -05:00
Added support for python comments.
Signed-off-by: Martin Grenfell <martin_grenfell@msn.com>
This commit is contained in:
committed by
Martin Grenfell
parent
e32c0b9675
commit
ae430a62fc
@@ -539,6 +539,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
||||
call s:MapDelimiters('#', '')
|
||||
elseif a:filetype ==? "ptcap"
|
||||
call s:MapDelimiters('#', '')
|
||||
elseif a:filetype ==? "python"
|
||||
call s:MapDelimiters('#','')
|
||||
elseif a:filetype ==? "radiance"
|
||||
call s:MapDelimiters('#', '')
|
||||
elseif a:filetype ==? "ratpoison"
|
||||
|
||||
Reference in New Issue
Block a user