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 c5baa7a commit 1c2adf9Copy full SHA for 1c2adf9
PowerShell.sublime-syntax
@@ -241,7 +241,7 @@ contexts:
241
scope: meta.function-call.powershell support.function.powershell
242
243
script-invocation:
244
- - match: \b[\w.\\/-]+\.(?i:exe|com|cmd|bat|ps1)\b
+ - match: \b(?i:[a-z]:)?[\w.\\/-]+\.(?i:exe|com|cmd|bat|ps1)\b
245
scope: variable.function.powershell
246
247
parameters:
0 commit comments