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)
] @punctuation.bracket
[
"end"
(tag_name)
] @function
(tag_name) @function
((tag_name) @keyword.conditional
(#any-of? @keyword.conditional "if" "elif" "else" "endif"))
((tag_name) @keyword.repeat
(#any-of? @keyword.repeat "for" "endfor"))
(variable_name) @variable