mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-16 05:33:45 -05:00
added support for rib
This commit is contained in:
@@ -632,6 +632,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
||||
call s:MapDelimiters('#', '')
|
||||
elseif a:filetype == "rexx"
|
||||
call s:MapDelimiters('/*','*/')
|
||||
elseif a:filetype == "rib"
|
||||
call s:MapDelimiters('#','')
|
||||
elseif a:filetype == "robots"
|
||||
call s:MapDelimiters('#', '')
|
||||
elseif a:filetype == "rpl"
|
||||
|
||||
Reference in New Issue
Block a user