fix(htmldjango): update highlights

This commit is contained in:
ObserverOfTime 2024-03-16 16:28:31 +02:00 committed by nvim-treesitter-bot[bot]
parent 53891f1492
commit 5b8458c5aa

View file

@ -12,10 +12,13 @@
(end_paired_statement) (end_paired_statement)
] @punctuation.bracket ] @punctuation.bracket
[ (tag_name) @function
"end"
(tag_name) ((tag_name) @keyword.conditional
] @function (#any-of? @keyword.conditional "if" "elif" "else" "endif"))
((tag_name) @keyword.repeat
(#any-of? @keyword.repeat "for" "endfor"))
(variable_name) @variable (variable_name) @variable