We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd4f0c9 commit b61d808Copy full SHA for b61d808
PowerShell.sublime-syntax
@@ -1488,9 +1488,8 @@ variables:
1488
| PsNativeCommand (?: ArgumentPassing | UseErrorActionPreference ) # PsNativeCommand*
1489
| PsDebugContext | PsDefaultParameterValues | PsEmailServer
1490
| PsModuleAutoloadingPreference | PsSenderInfo
1491
- | PsSessionApplicationName | PsSessionConfigurationName
1492
- | PsSessionOption | ErrorView | FormatEnumerationLimit | OFS
1493
- | OutputEncoding
+ | PsSession (?: ApplicationName | ConfigurationName | Option ) # PsSession*
+ | ErrorView | FormatEnumerationLimit | OFS | OutputEncoding
1494
)\b
1495
)
1496
var_scope_mod: (?i:global|local|private|script|using|workflow)
0 commit comments