Skip to content

Commit c03b2d4

Browse files
committed
Merge pull request #54 from vors/dev
Fix for #53. Exclude short parameter block from function declaration capturing
2 parents d683697 + 583c795 commit c03b2d4

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
@@ -508,7 +508,7 @@
508508
</dict>
509509
</dict>
510510
<key>end</key>
511-
<string>\{</string>
511+
<string>\{|\(</string>
512512
</dict>
513513
<key>interpolatedStringContent</key>
514514
<dict>

0 commit comments

Comments
 (0)