mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
chore: query formatting
This commit is contained in:
parent
79975d6557
commit
57a8acf0c4
674 changed files with 18466 additions and 12648 deletions
|
|
@ -1,22 +1,17 @@
|
|||
; Scopes
|
||||
|
||||
[
|
||||
(infrastructure)
|
||||
(call_expression)
|
||||
|
||||
(lambda_expression)
|
||||
(subscript_expression)
|
||||
|
||||
(if_statement)
|
||||
(for_statement)
|
||||
|
||||
(array)
|
||||
(object)
|
||||
(interpolation)
|
||||
] @local.scope
|
||||
|
||||
; References
|
||||
|
||||
(property_identifier) @local.reference
|
||||
|
||||
(call_expression
|
||||
|
|
@ -31,7 +26,6 @@
|
|||
(identifier) @local.reference)
|
||||
|
||||
; Definitions
|
||||
|
||||
(type) @local.definition.associated
|
||||
|
||||
(object_property
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue