mirror of
https://github.com/Hopiu/tree-sitter-htmldjango.git
synced 2026-03-16 22:00:25 +00:00
Make "end" and tag_name node highlighting consistent
This commit is contained in:
parent
184a504561
commit
f7d76dda15
1 changed files with 4 additions and 2 deletions
|
|
@ -11,12 +11,14 @@
|
|||
(end_paired_statement)
|
||||
] @tag
|
||||
|
||||
"end" @keyword.return
|
||||
[
|
||||
"end"
|
||||
(tag_name)
|
||||
] @function
|
||||
|
||||
(variable_name) @variable
|
||||
(filter_name) @method
|
||||
(filter_argument) @parameter
|
||||
(tag_name) @function
|
||||
(keyword) @keyword
|
||||
(operator) @operator
|
||||
(keyword_operator) @keyword.operator
|
||||
|
|
|
|||
Loading…
Reference in a new issue