Skip to content

Commit

Permalink
fixes #168, (#172)
Browse files Browse the repository at this point in the history
removes all redundant includes from #attribute
  • Loading branch information
msftrncs authored and TylerLeonhardt committed May 8, 2019
1 parent cf27d6e commit f1a9d6c
Showing 1 changed file with 0 additions and 69 deletions.
69 changes: 0 additions & 69 deletions PowerShellSyntax.tmLanguage
Expand Up @@ -467,42 +467,6 @@
</dict>
<key>patterns</key>
<array>
<dict>
<key>include</key>
<string>#variable</string>
</dict>
<dict>
<key>include</key>
<string>#variableNoProperty</string>
</dict>
<dict>
<key>include</key>
<string>#hashtable</string>
</dict>
<dict>
<key>include</key>
<string>#scriptblock</string>
</dict>
<dict>
<key>include</key>
<string>#doubleQuotedStringEscapes</string>
</dict>
<dict>
<key>include</key>
<string>#doubleQuotedString</string>
</dict>
<dict>
<key>include</key>
<string>#type</string>
</dict>
<dict>
<key>include</key>
<string>#numericConstant</string>
</dict>
<dict>
<key>include</key>
<string>#doubleQuotedString</string>
</dict>
<dict>
<key>include</key>
<string>$self</string>
Expand All @@ -524,39 +488,6 @@
</dict>
</dict>
</dict>
<dict>
<key>begin</key>
<string>(?&lt;!')'</string>
<key>beginCaptures</key>
<dict>
<key>0</key>
<dict>
<key>name</key>
<string>punctuation.definition.string.begin.powershell</string>
</dict>
</dict>
<key>end</key>
<string>'(?!')</string>
<key>endCaptures</key>
<dict>
<key>0</key>
<dict>
<key>name</key>
<string>punctuation.definition.string.end.powershell</string>
</dict>
</dict>
<key>name</key>
<string>string.quoted.single.powershell</string>
<key>patterns</key>
<array>
<dict>
<key>match</key>
<string>''</string>
<key>name</key>
<string>constant.character.escape.powershell</string>
</dict>
</array>
</dict>
</array>
</dict>
</array>
Expand Down

0 comments on commit f1a9d6c

Please sign in to comment.