mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-17 05:53:39 -05:00
add support for tar
This commit is contained in:
@@ -766,6 +766,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
||||
call s:MapDelimiters(';', '')
|
||||
elseif a:filetype == "tak"
|
||||
call s:MapDelimiters('$', '')
|
||||
elseif a:filetype == "tar"
|
||||
call s:MapDelimiters('', '')
|
||||
elseif a:filetype == "tasm"
|
||||
call s:MapDelimiters(';', '')
|
||||
elseif a:filetype == "tcl"
|
||||
|
||||
Reference in New Issue
Block a user