mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-12 11:43:46 -05:00
add support for conkyrc
This commit is contained in:
@@ -225,6 +225,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
||||
call s:MapDelimiters('#', '')
|
||||
elseif a:filetype == "config"
|
||||
call s:MapDelimiters('dnl ', '')
|
||||
elseif a:filetype == "conkyrc"
|
||||
call s:MapDelimiters('#', '')
|
||||
elseif a:filetype == "context"
|
||||
call s:MapDelimiters('%','')
|
||||
elseif a:filetype == "cpp"
|
||||
|
||||
Reference in New Issue
Block a user