mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-10 10:43:48 -05:00
fix railslog filetype
This commit is contained in:
@@ -807,7 +807,8 @@ if your face looked like a toaster and a t-rex put together? :(
|
|||||||
- add support for javacc, thanks to Matt Tolton.
|
- add support for javacc, thanks to Matt Tolton.
|
||||||
- make <%# %> the default delims for eruby, thanks to tpope.
|
- make <%# %> the default delims for eruby, thanks to tpope.
|
||||||
- add support for javascript.jquery, thanks to Ivan Devat.
|
- add support for javascript.jquery, thanks to Ivan Devat.
|
||||||
- add support for cucumber and pdf, fix sass delims, thanks to tpope
|
- add support for cucumber and pdf. Fix sass and railslog delims,
|
||||||
|
thanks to tpope
|
||||||
|
|
||||||
2.2.1
|
2.2.1
|
||||||
- add support for newlisp and clojure, thanks to Matthew Lee Hinman.
|
- add support for newlisp and clojure, thanks to Matthew Lee Hinman.
|
||||||
|
|||||||
@@ -672,7 +672,7 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
|||||||
call s:MapDelimiters('','')
|
call s:MapDelimiters('','')
|
||||||
elseif a:filetype ==? "radiance"
|
elseif a:filetype ==? "radiance"
|
||||||
call s:MapDelimiters('#', '')
|
call s:MapDelimiters('#', '')
|
||||||
elseif a:filetype ==? "Rails-log"
|
elseif a:filetype ==? "railslog"
|
||||||
call s:MapDelimiters('', '')
|
call s:MapDelimiters('', '')
|
||||||
elseif a:filetype ==? "ratpoison"
|
elseif a:filetype ==? "ratpoison"
|
||||||
call s:MapDelimiters('#', '')
|
call s:MapDelimiters('#', '')
|
||||||
|
|||||||
Reference in New Issue
Block a user