Skip to content

Commit d3d3907

Browse files
Group the $PsSession vars together
1 parent 674fabb commit d3d3907

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
@@ -1437,9 +1437,8 @@ variables:
14371437
| PsNativeCommand (?: ArgumentPassing | UseErrorActionPreference ) # PsNativeCommand*
14381438
| PsDebugContext | PsDefaultParameterValues | PsEmailServer
14391439
| PsModuleAutoloadingPreference | PsSenderInfo
1440-
| PsSessionApplicationName | PsSessionConfigurationName
1441-
| PsSessionOption | ErrorView | FormatEnumerationLimit | OFS
1442-
| OutputEncoding
1440+
| (?: PsSession ) ApplicationName | ConfigurationName | Option # PsSession*
1441+
| ErrorView | FormatEnumerationLimit | OFS | OutputEncoding
14431442
)\b
14441443
)
14451444
var_scope_mod: (?i:global|local|private|script|using|workflow)

0 commit comments

Comments
 (0)