Skip to content

Commit 47af82b

Browse files
committed
Add support for red color of $ keyword for PowerShell scripts
1 parent ec28a21 commit 47af82b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ While I put special focus on making it identical specifically for C#, it is also
1111
*(yes, that's a made-up word)*
1212

1313
- **First class support *(100% identicality guaranteed)*:** C#.
14-
- **Second class support *(identical or close to identical, but not heavily tested)*:** C, C++, Python
14+
- **Second class support *(identical or close to identical, but not heavily tested)*:** C, C++, Python, PowerShell
1515
- **Third class support *(it will work and should be similar, but wasn't developed or tested. Even if it's identical it wasn't on purpose)*:** Javascript, Ruby, Java, all others.
1616

1717
## Screenshots (for C#)

themes/sublime-monokai-color-theme.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,14 @@
585585
"fontStyle": "",
586586
"foreground": "#66D9EF"
587587
}
588+
},
589+
// Second class PowerShell support
590+
{
591+
"name": "Sublime PowerShell Red $",
592+
"scope": "punctuation.definition.variable.powershell",
593+
"settings": {
594+
"foreground": "#F92672"
595+
}
588596
}
589597
],
590598
"semanticHighlighting": false

0 commit comments

Comments
 (0)