mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-12 11:43:46 -05:00
added support for liquid
This commit is contained in:
@@ -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