mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
feat(htmldjango): highlight keyword arguments for tags (#6660)
This commit is contained in:
parent
eb59a3df50
commit
9a7ad2ff7a
1 changed files with 9 additions and 0 deletions
|
|
@ -22,6 +22,15 @@
|
|||
|
||||
(variable_name) @variable
|
||||
|
||||
(unpaired_statement
|
||||
(tag_name)
|
||||
(variable
|
||||
(variable_name) @variable.parameter)
|
||||
.
|
||||
"="
|
||||
.
|
||||
(_))
|
||||
|
||||
(filter_name) @function.method
|
||||
|
||||
(filter_argument) @variable.parameter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue