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 f21161d commit 290970eCopy full SHA for 290970e
PowerShell.sublime-syntax
@@ -342,7 +342,7 @@ contexts:
342
\-\w+? # Any "noun"
343
(?:\.(?i:exe|cmd|bat|ps1))?\b # More path stuff
344
)
345
- scope: support.function.powershell
+ scope: meta.function-call.powershell support.function.powershell
346
# Builtin cmdlets with reserved verbs
347
- match: \b(?i:(?:foreach|where|sort|tee)-object)\b
348
scope: support.function.powershell
0 commit comments