mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 17:00:09 -04:00
Query: update locals (#1692)
This commit is contained in:
parent
c11800dec1
commit
975e54d067
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
(program) @scope
|
(program) @scope
|
||||||
(program (named_node) @scope)
|
(program (named_node) @scope)
|
||||||
(program (anonymous_node) @scope)
|
(program (anonymous_node) @scope)
|
||||||
|
(program (grouping) @scope)
|
||||||
|
|
||||||
(identifier) @reference
|
(identifier) @reference
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue