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.
2 parents 7486b09 + b3cfabe commit da9cdd7Copy full SHA for da9cdd7
PowerShell.sublime-syntax
@@ -293,10 +293,10 @@ contexts:
293
\b(
294
Mandatory | ValueFromPipeline(?:ByPropertyName)?
295
| ValueFromRemainingArguments | Position
296
- | (?:Default)?ParameterSetName | SupportsShouldProcess
+ | (?:Default)?ParameterSetName | SupportsShouldProcess | SupportsPaging
297
| PositionalBinding | HelpUri | ConfirmImpact | HelpMessage
298
)
299
- \s*(=)
+ \s*(=)?
300
301
captures:
302
1: variable.parameter.attribute.powershell
0 commit comments