mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-10 10:43:48 -05:00
added support for liquid
This commit is contained in:
@@ -865,6 +865,7 @@ to get illegal syntax when uncommenting them.
|
||||
issue.
|
||||
- added support for pyrex/cython, thanks to Greg Jandl for posting the
|
||||
issue.
|
||||
- added support for liquid templates.
|
||||
|
||||
2.1.12
|
||||
- added support for patran and dakota, thx to Jacobo Diaz for the email
|
||||
|
||||
@@ -444,6 +444,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
||||
call s:MapDelimiters('#', '')
|
||||
elseif a:filetype == "lilypond"
|
||||
call s:MapDelimiters('%', '')
|
||||
elseif a:filetype == "liquid"
|
||||
call s:MapDelimiters('{%', '%}')
|
||||
elseif a:filetype == "lisp"
|
||||
call s:MapDelimitersWithAlternative(';','', '#|', '|#')
|
||||
elseif a:filetype == "lite"
|
||||
|
||||
Reference in New Issue
Block a user