mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(htmldjango): update highlights
This commit is contained in:
parent
53891f1492
commit
5b8458c5aa
1 changed files with 7 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue