From 739b1eddc36f80d0792c42b472eca0bdc813daa0 Mon Sep 17 00:00:00 2001 From: Guillaume Lachance Date: Thu, 14 Feb 2019 02:51:20 -0500 Subject: [PATCH] SupportsWildcards attribute Add support for SupportsWildcards attribute. --- PowerShellSyntax.tmLanguage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerShellSyntax.tmLanguage b/PowerShellSyntax.tmLanguage index 327a2cf..ba21b27 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