mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 01:10:02 -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
|
((identifier) @variable.builtin
|
||||||
(#eq? @variable.builtin "self"))
|
(#eq? @variable.builtin "self"))
|
||||||
|
|
||||||
|
(variable_list
|
||||||
|
attribute: (attribute
|
||||||
|
(["<" ">"] @punctuation.bracket
|
||||||
|
(identifier) @attribute)))
|
||||||
|
|
||||||
;; Constants
|
;; Constants
|
||||||
|
|
||||||
((identifier) @constant
|
((identifier) @constant
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue