Skip to content

Commit 44eac87

Browse files
SupportsWildcards attribute (#158)
Add support for SupportsWildcards attribute.
1 parent 389f238 commit 44eac87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PowerShellSyntax.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@
416416
<key>attribute</key>
417417
<dict>
418418
<key>begin</key>
419-
<string>(\[)\s*\b(?i)(cmdletbinding|alias|outputtype|parameter|validatenotnull|validatenotnullorempty|validatecount|validateset|allownull|allowemptycollection|allowemptystring|validatescript|validaterange|validatepattern|validatelength)\b</string>
419+
<string>(\[)\s*\b(?i)(cmdletbinding|alias|outputtype|parameter|validatenotnull|validatenotnullorempty|validatecount|validateset|allownull|allowemptycollection|allowemptystring|validatescript|validaterange|validatepattern|validatelength|supportswildcards)\b</string>
420420
<key>beginCaptures</key>
421421
<dict>
422422
<key>1</key>

0 commit comments

Comments
 (0)