mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
lua: update queries
This commit is contained in:
parent
5f85a0a2b5
commit
e7bdcee167
1 changed files with 5 additions and 0 deletions
|
|
@ -131,6 +131,11 @@
|
|||
((identifier) @variable.builtin
|
||||
(#eq? @variable.builtin "self"))
|
||||
|
||||
(variable_list
|
||||
attribute: (attribute
|
||||
(["<" ">"] @punctuation.bracket
|
||||
(identifier) @attribute)))
|
||||
|
||||
;; Constants
|
||||
|
||||
((identifier) @constant
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue