We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$__
1 parent 2cb109e commit bbf733bCopy full SHA for bbf733b
1 file changed
PowerShell.sublime-syntax
@@ -1421,9 +1421,9 @@ variables:
1421
)\b
1422
var_language: |-
1423
(?xi:
1424
- [$^?_]
+ [$^?]
1425
| \b(?:
1426
- Args | ConsoleFileName | Error | Event | EventArgs
+ _ | Args | ConsoleFileName | Error | Event | EventArgs
1427
| EventSubscriber | ForEach | Input | LastExitCode | Matches
1428
| MyInvocation | NestedPromptLevel | PsBoundParameters | PsCmdlet
1429
| PsCulture | PsDebugContext | PsItem | Pwd | Sender | SourceArgs
0 commit comments