mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-16 13:33:47 -05:00
add support for processing
This commit is contained in:
@@ -619,6 +619,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
||||
call s:MapDelimiters('%', '')
|
||||
elseif a:filetype == "ppwiz"
|
||||
call s:MapDelimiters(';;', '')
|
||||
elseif a:filetype == "processing"
|
||||
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
||||
elseif a:filetype == "procmail"
|
||||
call s:MapDelimiters('#', '')
|
||||
elseif a:filetype == "progress"
|
||||
|
||||
Reference in New Issue
Block a user