Skip to content

Commit 583c795

Browse files
committed
Fix for #53. Exclude short parameter block from function declaration capturing.
1 parent d683697 commit 583c795

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)