Skip to content

Commit 299cd06

Browse files
committed
Actually apply the changes from #7 to the tmLanguage file
39d7006 was intended to fix #4, but it only updated the JSON file which is not recognized by Sublime Text.
1 parent 39d7006 commit 299cd06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Support/PowershellSyntax.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@
602602
</dict>
603603
</dict>
604604
<key>match</key>
605-
<string>(?i:(\$)(\{(?:(private|script|global):)?.+\}))</string>
605+
<string>(?i:(\$)(\{(?:(private|script|global):)?.+?\}))</string>
606606
</dict>
607607
</array>
608608
</dict>

0 commit comments

Comments
 (0)