We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674fabb commit 52d7862Copy full SHA for 52d7862
PowerShell.sublime-syntax
@@ -1437,9 +1437,8 @@ variables:
1437
| PsNativeCommand (?: ArgumentPassing | UseErrorActionPreference ) # PsNativeCommand*
1438
| PsDebugContext | PsDefaultParameterValues | PsEmailServer
1439
| PsModuleAutoloadingPreference | PsSenderInfo
1440
- | PsSessionApplicationName | PsSessionConfigurationName
1441
- | PsSessionOption | ErrorView | FormatEnumerationLimit | OFS
1442
- | OutputEncoding
+ | PsSession (?: ApplicationName | ConfigurationName | Option ) # PsSession*
+ | ErrorView | FormatEnumerationLimit | OFS | OutputEncoding
1443
)\b
1444
)
1445
var_scope_mod: (?i:global|local|private|script|using|workflow)
0 commit comments