Skip to content

Commit 5bee3a1

Browse files
God-damnit-allmichaelblyons
authored andcommitted
Fix $__ highlighting
1 parent 8bcaa62 commit 5bee3a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PowerShell.sublime-syntax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1472,9 +1472,9 @@ variables:
14721472
)\b
14731473
var_language: |-
14741474
(?xi:
1475-
[$^?_]
1475+
[$^?]
14761476
| \b(?:
1477-
Args | ConsoleFileName | Error | Event | EventArgs
1477+
_ | Args | ConsoleFileName | Error | Event | EventArgs
14781478
| EventSubscriber | ForEach | Input | LastExitCode | Matches
14791479
| MyInvocation | NestedPromptLevel | PsBoundParameters | PsCmdlet
14801480
| PsCulture | PsDebugContext | PsItem | Pwd | Sender | SourceArgs

0 commit comments

Comments
 (0)