File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Grammars:
4
4
5
+ - enh(powershell) added ` pwsh ` alias (#3236 ) [ tebeco] [ ]
5
6
- fix(r) fix bug highlighting examples in doc comments [ Konrad Rudolph] [ ]
6
7
- fix(python) identifiers starting with underscore not highlighted (#3221 ) [ Antoine Lambert] [ ]
7
8
- enh(clojure) added ` edn ` alias (#3213 ) [ Stel Abrego] [ ]
@@ -14,6 +15,8 @@ Grammars:
14
15
[ Antoine Lambert ] : https://github.com/anlambert
15
16
[ Angelika Tyborska ] : https://github.com/angelikatyborska
16
17
[ Konrad Rudolph ] : https://github.com/klmr
18
+ [ tebeco ] : https://github.com/tebeco
19
+
17
20
18
21
## Version 11.0.0
19
22
Original file line number Diff line number Diff line change @@ -345,6 +345,7 @@ export default function(hljs) {
345
345
return {
346
346
name : 'PowerShell' ,
347
347
aliases : [
348
+ "pwsh" ,
348
349
"ps" ,
349
350
"ps1"
350
351
] ,
You can’t perform that action at this time.
0 commit comments