mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-14 20:53:47 -05:00
add support for objj
This commit is contained in:
@@ -571,6 +571,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
||||
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
||||
elseif a:filetype == "objcpp"
|
||||
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
||||
elseif a:filetype == "objj"
|
||||
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
||||
elseif a:filetype == "ocaml"
|
||||
call s:MapDelimiters('(*','*)')
|
||||
elseif a:filetype == "occam"
|
||||
|
||||
Reference in New Issue
Block a user