Skip to content

Commit b61d808

Browse files
God-damnit-allmichaelblyons
authored andcommitted
Group the $PsSession vars together
1 parent fd4f0c9 commit b61d808

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

PowerShell.sublime-syntax

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1488,9 +1488,8 @@ variables:
14881488
| PsNativeCommand (?: ArgumentPassing | UseErrorActionPreference ) # PsNativeCommand*
14891489
| PsDebugContext | PsDefaultParameterValues | PsEmailServer
14901490
| PsModuleAutoloadingPreference | PsSenderInfo
1491-
| PsSessionApplicationName | PsSessionConfigurationName
1492-
| PsSessionOption | ErrorView | FormatEnumerationLimit | OFS
1493-
| OutputEncoding
1491+
| PsSession (?: ApplicationName | ConfigurationName | Option ) # PsSession*
1492+
| ErrorView | FormatEnumerationLimit | OFS | OutputEncoding
14941493
)\b
14951494
)
14961495
var_scope_mod: (?i:global|local|private|script|using|workflow)

0 commit comments

Comments
 (0)