mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-14 04:33:47 -05:00
add support for txt2tags
This commit is contained in:
@@ -811,6 +811,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
||||
call s:MapDelimiters('#', '')
|
||||
elseif a:filetype == "tssgm"
|
||||
call s:MapDelimiters("comment = '","'")
|
||||
elseif a:filetype == "txt2tags"
|
||||
call s:MapDelimiters('%','')
|
||||
elseif a:filetype == "uc"
|
||||
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
||||
elseif a:filetype == "uil"
|
||||
|
||||
Reference in New Issue
Block a user