File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 626
626
</dict >
627
627
</dict >
628
628
<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 >
630
630
<key >name </key >
631
631
<string >comment.documentation.embedded.powershell </string >
632
632
</dict >
Original file line number Diff line number Diff line change @@ -46,6 +46,9 @@ using module Microsoft.PowerShell.Management
46
46
# <- constant.string.documentation.powershell
47
47
# ^ keyword.operator.documentation.powershell
48
48
The functionality that best describes this cmdlet
49
+
50
+ This should not be considered documentaton -> .role
51
+ # ^ not:keyword.operator.documentation.powershell
49
52
#>
50
53
# <- punctuation.definition.comment.block.end.powershell
51
54
function Verb-Noun {
You can’t perform that action at this time.
0 commit comments