mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-14 20:53:47 -05:00
add support for ps1
This commit is contained in:
@@ -804,6 +804,7 @@ if your face looked like a toaster and a t-rex put together? :(
|
|||||||
- make haml comments default to -# with / as the alternative delimiter,
|
- make haml comments default to -# with / as the alternative delimiter,
|
||||||
thanks to tpope
|
thanks to tpope
|
||||||
- add support for actionscript and processing thanks to Edwin Benavides
|
- add support for actionscript and processing thanks to Edwin Benavides
|
||||||
|
- add support for ps1 (powershell), thanks to Jason Mills
|
||||||
|
|
||||||
2.2.0
|
2.2.0
|
||||||
- rewrote the mappings system to be more "standard".
|
- rewrote the mappings system to be more "standard".
|
||||||
@@ -990,7 +991,7 @@ Stefano Zacchiroli debcontrol, debchangelog, mkd
|
|||||||
Alex Tarkovsky ebuild and eclass
|
Alex Tarkovsky ebuild and eclass
|
||||||
Jorge Rodrigues gams
|
Jorge Rodrigues gams
|
||||||
Rainer Müller Objective C
|
Rainer Müller Objective C
|
||||||
Jason Mills Groovy
|
Jason Mills Groovy, ps1
|
||||||
Normandie Azucena vera
|
Normandie Azucena vera
|
||||||
Florian Apolloner ldif
|
Florian Apolloner ldif
|
||||||
David Fishburn lookupfile
|
David Fishburn lookupfile
|
||||||
|
|||||||
@@ -627,6 +627,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
|
|||||||
call s:MapDelimiters('/*','*/')
|
call s:MapDelimiters('/*','*/')
|
||||||
elseif a:filetype == "prolog"
|
elseif a:filetype == "prolog"
|
||||||
call s:MapDelimitersWithAlternative('%','','/*','*/')
|
call s:MapDelimitersWithAlternative('%','','/*','*/')
|
||||||
|
elseif a:filetype == "ps1"
|
||||||
|
call s:MapDelimiters('#', '')
|
||||||
elseif a:filetype == "psf"
|
elseif a:filetype == "psf"
|
||||||
call s:MapDelimiters('#', '')
|
call s:MapDelimiters('#', '')
|
||||||
elseif a:filetype == "ptcap"
|
elseif a:filetype == "ptcap"
|
||||||
|
|||||||
Reference in New Issue
Block a user