Syntax highlight and indent Python match case statements #4526
Labels
A-tree-sitter
Area: Tree-sitter
C-enhancement
Category: Improvements
E-easy
Call for participation: Experience needed to fix: Easy / not much
E-has-instructions
Call for participation: Has instructions for fixing the issue and opening a PR
Python's pattern matching syntax using
match
andcase
is not properly highlighted due to missing highlight queries.match
andcase
can be assigned to@keyword.control
:helix/runtime/queries/python/highlights.scm
Lines 157 to 165 in 00cf12f
The tree-sitter grammar might have additional nodes that can be highlighted.
The text was updated successfully, but these errors were encountered: