Skip to content

Commit

Permalink
Add pwsh as an alias for Powershell (#3236)
Browse files Browse the repository at this point in the history
  • Loading branch information
tebeco committed Jun 10, 2021
1 parent bb0e02c commit 40b6a8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Expand Up @@ -2,6 +2,7 @@

Grammars:

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


## Version 11.0.0

Expand Down
1 change: 1 addition & 0 deletions src/languages/powershell.js
Expand Up @@ -345,6 +345,7 @@ export default function(hljs) {
return {
name: 'PowerShell',
aliases: [
"pwsh",
"ps",
"ps1"
],
Expand Down

0 comments on commit 40b6a8a

Please sign in to comment.