File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 626626 </dict >
627627 </dict >
628628 <key >match </key >
629- <string >(?i:\s*(\.)(COMPONENT|DESCRIPTION|EXAMPLE|EXTERNALHELP|FORWARDHELPCATEGORY|FORWARDHELPTARGETNAME|FUNCTIONALITY|INPUTS|LINK|NOTES|OUTPUTS|REMOTEHELPRUNSPACE|ROLE|SYNOPSIS)) </string >
629+ <string >^ (?i:(?: \s*|#)+ (\.)(COMPONENT|DESCRIPTION|EXAMPLE|EXTERNALHELP|FORWARDHELPCATEGORY|FORWARDHELPTARGETNAME|FUNCTIONALITY|INPUTS|LINK|NOTES|OUTPUTS|REMOTEHELPRUNSPACE|ROLE|SYNOPSIS)) </string >
630630 <key >name </key >
631631 <string >comment.documentation.embedded.powershell </string >
632632 </dict >
Original file line number Diff line number Diff line change @@ -46,6 +46,9 @@ using module Microsoft.PowerShell.Management
4646 # <- constant.string.documentation.powershell
4747 # ^ keyword.operator.documentation.powershell
4848 The functionality that best describes this cmdlet
49+
50+ This should not be considered documentaton -> .role
51+ # ^ not:keyword.operator.documentation.powershell
4952#>
5053# <- punctuation.definition.comment.block.end.powershell
5154function Verb-Noun {
You can’t perform that action at this time.
0 commit comments