Skip to content

Commit

Permalink
Fix wrong scope name in 'class-method' context
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocoder committed Jan 10, 2025
1 parent e8dce0c commit 3ccedeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PowerShell.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -800,9 +800,9 @@ contexts:
scope: meta.function.powershell
captures:
1: storage.modifier.powershell
2: punctuation.section.braces.begin.powershell
2: punctuation.section.brackets.begin.powershell
3: storage.type.powershell
4: punctuation.section.braces.end.powershell
4: punctuation.section.brackets.end.powershell
5: entity.name.function.powershell
push:
- match: (?=\()
Expand Down

0 comments on commit 3ccedeb

Please sign in to comment.