Skip to content

Commit

Permalink
SupportsWildcards attribute (#158)
Browse files Browse the repository at this point in the history
Add support for SupportsWildcards attribute.
  • Loading branch information
glachancecmaisonneuve authored and TylerLeonhardt committed May 8, 2019
1 parent 389f238 commit 44eac87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerShellSyntax.tmLanguage
Expand Up @@ -416,7 +416,7 @@
<key>attribute</key>
<dict>
<key>begin</key>
<string>(\[)\s*\b(?i)(cmdletbinding|alias|outputtype|parameter|validatenotnull|validatenotnullorempty|validatecount|validateset|allownull|allowemptycollection|allowemptystring|validatescript|validaterange|validatepattern|validatelength)\b</string>
<string>(\[)\s*\b(?i)(cmdletbinding|alias|outputtype|parameter|validatenotnull|validatenotnullorempty|validatecount|validateset|allownull|allowemptycollection|allowemptystring|validatescript|validaterange|validatepattern|validatelength|supportswildcards)\b</string>
<key>beginCaptures</key>
<dict>
<key>1</key>
Expand Down

0 comments on commit 44eac87

Please sign in to comment.