Skip to content

Commit 3ccedeb

Browse files
committed
Fix wrong scope name in 'class-method' context
1 parent e8dce0c commit 3ccedeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PowerShell.sublime-syntax

+2-2
Original file line numberDiff line numberDiff line change
@@ -800,9 +800,9 @@ contexts:
800800
scope: meta.function.powershell
801801
captures:
802802
1: storage.modifier.powershell
803-
2: punctuation.section.braces.begin.powershell
803+
2: punctuation.section.brackets.begin.powershell
804804
3: storage.type.powershell
805-
4: punctuation.section.braces.end.powershell
805+
4: punctuation.section.brackets.end.powershell
806806
5: entity.name.function.powershell
807807
push:
808808
- match: (?=\()

0 commit comments

Comments
 (0)