Skip to content

Commit 808aa94

Browse files
matteocoderdeathaxe
and
deathaxe
authored
Match word boundary to avoid highlighting invalid arguments
Co-authored-by: deathaxe <[email protected]>
1 parent 4fd944a commit 808aa94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PowerShell.sublime-syntax

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ contexts:
302302
| ValueFromRemainingArguments | Position(?:alBinding)?
303303
| (?:Default)?ParameterSetName | SupportsShouldProcess | SupportsPaging
304304
| HelpUri | ConfirmImpact | HelpMessage
305-
)
305+
)\b
306306
\s*(=)?
307307
)
308308
captures:

0 commit comments

Comments
 (0)