mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-17 22:13:40 -05:00
add support for ps1
This commit is contained in:
@@ -627,6 +627,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
||||
call s:MapDelimiters('/*','*/')
|
||||
elseif a:filetype == "prolog"
|
||||
call s:MapDelimitersWithAlternative('%','','/*','*/')
|
||||
elseif a:filetype == "ps1"
|
||||
call s:MapDelimiters('#', '')
|
||||
elseif a:filetype == "psf"
|
||||
call s:MapDelimiters('#', '')
|
||||
elseif a:filetype == "ptcap"
|
||||
|
||||
Reference in New Issue
Block a user