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 22
33Grammars:
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
Original file line number Diff line number Diff line change @@ -345,6 +345,7 @@ export default function(hljs) {
345345 return {
346346 name : 'PowerShell' ,
347347 aliases : [
348+ "pwsh" ,
348349 "ps" ,
349350 "ps1"
350351 ] ,
You can’t perform that action at this time.
0 commit comments