diff --git a/PowerShell.sublime-syntax b/PowerShell.sublime-syntax index a5c9c3e..8d1941b 100644 --- a/PowerShell.sublime-syntax +++ b/PowerShell.sublime-syntax @@ -293,10 +293,10 @@ contexts: \b( Mandatory | ValueFromPipeline(?:ByPropertyName)? | ValueFromRemainingArguments | Position - | (?:Default)?ParameterSetName | SupportsShouldProcess + | (?:Default)?ParameterSetName | SupportsShouldProcess | SupportsPaging | PositionalBinding | HelpUri | ConfirmImpact | HelpMessage ) - \s*(=) + \s*(=)? ) captures: 1: variable.parameter.attribute.powershell