mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -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)
|
(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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue