mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-16 21:43:39 -05:00
add support for pamconf
This commit is contained in:
@@ -564,6 +564,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
||||
call s:MapDelimiters('', '')
|
||||
elseif a:filetype == "ox"
|
||||
call s:MapDelimiters('//', '')
|
||||
elseif a:filetype == "pamconf"
|
||||
call s:MapDelimiters('#', '')
|
||||
elseif a:filetype == "pascal"
|
||||
call s:MapDelimitersWithAlternative('{','}', '(*', '*)')
|
||||
elseif a:filetype == "passwd"
|
||||
|
||||
Reference in New Issue
Block a user