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 b73fae0 commit 11aecf6Copy full SHA for 11aecf6
PowerShell.sublime-syntax
@@ -294,9 +294,9 @@ contexts:
294
(?xi:
295
\b(
296
Mandatory | ValueFromPipeline(?:ByPropertyName)?
297
- | ValueFromRemainingArguments | Position
+ | ValueFromRemainingArguments | Position(?:alBinding)?
298
| (?:Default)?ParameterSetName | SupportsShouldProcess | SupportsPaging
299
- | PositionalBinding | HelpUri | ConfirmImpact | HelpMessage
+ | HelpUri | ConfirmImpact | HelpMessage
300
)
301
\s*(=)?
302
0 commit comments