Skip to content

Commit 2ec7fae

Browse files
committed
Revert added comments, they brackes the syntax
1 parent ac418af commit 2ec7fae

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

Support/PowershellSyntax.tmLanguage

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
<string>PowerShell</string>
1313
<key>patterns</key>
1414
<array>
15-
<dict>
16-
<key>comment</key>
17-
<string>First match comments</string>
18-
</dict>
1915
<dict>
2016
<key>begin</key>
2117
<string>&lt;#</string>
@@ -60,10 +56,6 @@
6056
</dict>
6157
</array>
6258
</dict>
63-
<dict>
64-
<key>comment</key>
65-
<string>Then match top-level script content</string>
66-
</dict>
6759
<dict>
6860
<key>include</key>
6961
<string>#commands</string>
@@ -809,10 +801,6 @@
809801
<key>match</key>
810802
<string>(\$)(?i:(ConfirmPreference|DebugPreference|ErrorActionPreference|ErrorView|FormatEnumerationLimit|MaximumAliasCount|MaximumDriveCount|MaximumErrorCount|MaximumFunctionCount|MaximumHistoryCount|MaximumVariableCount|OFS|OutputEncoding|ProgressPreference|PsCulture|PSDebugContext|PSDefaultParameterValues|PSEmailServer|PSItem|PSModuleAutoloadingPreference|PSSenderInfo|PSSessionApplicationName|PSSessionConfigurationName|PSSessionOption|VerbosePreference|WarningPreference|WhatIfPreference))((?:\.(?:\p{L}|\d|_)+)*\b)?\b</string>
811803
</dict>
812-
<dict>
813-
<key>comment</key>
814-
<string>then, there are four variations on variables, in general: with and without scope, and with and without curly braces</string>
815-
</dict>
816804
<dict>
817805
<key>captures</key>
818806
<dict>
@@ -1028,10 +1016,6 @@
10281016
<key>match</key>
10291017
<string>(\$)(?i:(ConfirmPreference|DebugPreference|ErrorActionPreference|ErrorView|FormatEnumerationLimit|MaximumAliasCount|MaximumDriveCount|MaximumErrorCount|MaximumFunctionCount|MaximumHistoryCount|MaximumVariableCount|OFS|OutputEncoding|ProgressPreference|PsCulture|PSDebugContext|PSDefaultParameterValues|PSEmailServer|PSItem|PSModuleAutoloadingPreference|PSSenderInfo|PSSessionApplicationName|PSSessionConfigurationName|PSSessionOption|VerbosePreference|WarningPreference|WhatIfPreference))\b</string>
10301018
</dict>
1031-
<dict>
1032-
<key>comment</key>
1033-
<string>then, there are four variations on variables, in general: with and without scope, and with and without curly braces</string>
1034-
</dict>
10351019
<dict>
10361020
<key>captures</key>
10371021
<dict>

0 commit comments

Comments
 (0)