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