Skip to content

Commit 40b6a8a

Browse files
authored
Add pwsh as an alias for Powershell (#3236)
1 parent bb0e02c commit 40b6a8a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Grammars:
44

5+
- enh(powershell) added `pwsh` alias (#3236) [tebeco][]
56
- fix(r) fix bug highlighting examples in doc comments [Konrad Rudolph][]
67
- fix(python) identifiers starting with underscore not highlighted (#3221) [Antoine Lambert][]
78
- enh(clojure) added `edn` alias (#3213) [Stel Abrego][]
@@ -14,6 +15,8 @@ Grammars:
1415
[Antoine Lambert]: https://github.com/anlambert
1516
[Angelika Tyborska]: https://github.com/angelikatyborska
1617
[Konrad Rudolph]: https://github.com/klmr
18+
[tebeco]: https://github.com/tebeco
19+
1720

1821
## Version 11.0.0
1922

src/languages/powershell.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ export default function(hljs) {
345345
return {
346346
name: 'PowerShell',
347347
aliases: [
348+
"pwsh",
348349
"ps",
349350
"ps1"
350351
],

0 commit comments

Comments
 (0)