From 44eac8702f3cbe55a4ec70c1fdb163d42b4162fc Mon Sep 17 00:00:00 2001 From: Guillaume Lachance Date: Wed, 8 May 2019 11:29:27 -0400 Subject: [PATCH] SupportsWildcards attribute (#158) Add support for SupportsWildcards attribute. --- PowerShellSyntax.tmLanguage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerShellSyntax.tmLanguage b/PowerShellSyntax.tmLanguage index 8b184fa..11bab40 100644 --- a/PowerShellSyntax.tmLanguage +++ b/PowerShellSyntax.tmLanguage @@ -416,7 +416,7 @@ attribute begin - (\[)\s*\b(?i)(cmdletbinding|alias|outputtype|parameter|validatenotnull|validatenotnullorempty|validatecount|validateset|allownull|allowemptycollection|allowemptystring|validatescript|validaterange|validatepattern|validatelength)\b + (\[)\s*\b(?i)(cmdletbinding|alias|outputtype|parameter|validatenotnull|validatenotnullorempty|validatecount|validateset|allownull|allowemptycollection|allowemptystring|validatescript|validaterange|validatepattern|validatelength|supportswildcards)\b beginCaptures 1