mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-12 03:33:48 -05:00
add support for objj
This commit is contained in:
@@ -813,6 +813,7 @@ if your face looked like a toaster and a t-rex put together? :(
|
|||||||
- add support for conkyrc, thanks to David
|
- add support for conkyrc, thanks to David
|
||||||
- add support for SVNannotate, thanks to Miguel Jaque Barbero.
|
- add support for SVNannotate, thanks to Miguel Jaque Barbero.
|
||||||
- add support for sieve, thanks to Stefan Walk
|
- add support for sieve, thanks to Stefan Walk
|
||||||
|
- add support for objj, thanks to Adam Thorsen.
|
||||||
|
|
||||||
2.2.0
|
2.2.0
|
||||||
- rewrote the mappings system to be more "standard".
|
- rewrote the mappings system to be more "standard".
|
||||||
@@ -1053,6 +1054,7 @@ Keitheis mako, genshi
|
|||||||
David conkyrc
|
David conkyrc
|
||||||
Miguel Jaque Barbero SVNannotate
|
Miguel Jaque Barbero SVNannotate
|
||||||
Stefan Walk sieve
|
Stefan Walk sieve
|
||||||
|
Adam Thorsen objj
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
9. License *NERDComLicense*
|
9. License *NERDComLicense*
|
||||||
|
|||||||
@@ -571,6 +571,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
|||||||
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
||||||
elseif a:filetype == "objcpp"
|
elseif a:filetype == "objcpp"
|
||||||
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
||||||
|
elseif a:filetype == "objj"
|
||||||
|
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
||||||
elseif a:filetype == "ocaml"
|
elseif a:filetype == "ocaml"
|
||||||
call s:MapDelimiters('(*','*)')
|
call s:MapDelimiters('(*','*)')
|
||||||
elseif a:filetype == "occam"
|
elseif a:filetype == "occam"
|
||||||
|
|||||||
Reference in New Issue
Block a user