mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Lua locals: Make property_identifier a reference
This commit is contained in:
parent
0f1dcc396a
commit
a0abaf936c
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
|||
(identifier) @definition.function) @scope)
|
||||
(function_definition) @scope
|
||||
|
||||
(program) @scope
|
||||
((if_statement) @scope)
|
||||
((for_in_statement) @scope)
|
||||
((repeat_statement) @scope)
|
||||
|
|
@ -36,3 +37,4 @@
|
|||
|
||||
;;; REFERENCES
|
||||
((identifier) @reference)
|
||||
((property_identifier) @reference)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue