mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-14 20:53:47 -05:00
add support for potwiki
This commit is contained in:
@@ -619,6 +619,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
||||
call s:MapDelimiters('#', '')
|
||||
elseif a:filetype == "postscr"
|
||||
call s:MapDelimiters('%', '')
|
||||
elseif a:filetype == "potwiki"
|
||||
call s:MapDelimiters('', '')
|
||||
elseif a:filetype == "pov"
|
||||
call s:MapDelimitersWithAlternative('//','', '/*','*/')
|
||||
elseif a:filetype == "povini"
|
||||
|
||||
Reference in New Issue
Block a user