Skip to content

Commit aec24f5

Browse files
committed
Add a meta scope for param blocks
1 parent 2048fa5 commit aec24f5

File tree

2 files changed

+215
-150
lines changed

2 files changed

+215
-150
lines changed

PowerShell.sublime-syntax

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,7 @@ contexts:
578578
- include: else-pop
579579

580580
inside-param-context:
581+
- meta_scope: meta.block.parameters.powershell
581582
- match: \)
582583
scope: punctuation.section.block.end.powershell
583584
pop: 1

0 commit comments

Comments
 (0)