From a79d144005aa441ced6be6cd04c51b427400e056 Mon Sep 17 00:00:00 2001 From: msftrncs Date: Mon, 29 Apr 2019 01:44:29 -0500 Subject: [PATCH] fixes #168, removes all redundant includes from #attribute --- PowerShellSyntax.tmLanguage | 69 ------------------------------------- 1 file changed, 69 deletions(-) diff --git a/PowerShellSyntax.tmLanguage b/PowerShellSyntax.tmLanguage index 43adbba..ca67f3f 100644 --- a/PowerShellSyntax.tmLanguage +++ b/PowerShellSyntax.tmLanguage @@ -467,42 +467,6 @@ patterns - - include - #variable - - - include - #variableNoProperty - - - include - #hashtable - - - include - #scriptblock - - - include - #doubleQuotedStringEscapes - - - include - #doubleQuotedString - - - include - #type - - - include - #numericConstant - - - include - #doubleQuotedString - include $self @@ -524,39 +488,6 @@ - - begin - (?<!')' - beginCaptures - - 0 - - name - punctuation.definition.string.begin.powershell - - - end - '(?!') - endCaptures - - 0 - - name - punctuation.definition.string.end.powershell - - - name - string.quoted.single.powershell - patterns - - - match - '' - name - constant.character.escape.powershell - - -