Closed
Description
Python's pattern matching syntax using match
and case
is not properly highlighted due to missing highlight queries. match
and case
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.
Activity