mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 20:00:07 -04:00
chore: query formatting
This commit is contained in:
parent
79975d6557
commit
57a8acf0c4
674 changed files with 18466 additions and 12648 deletions
|
|
@ -1,21 +1,23 @@
|
|||
;; Fusion base
|
||||
; Fusion base
|
||||
(block) @local.scope
|
||||
|
||||
(namespace_declaration
|
||||
(alias_namespace) @local.definition.namespace)
|
||||
|
||||
(property
|
||||
(path (path_part) @local.definition.field))
|
||||
(path
|
||||
(path_part) @local.definition.field))
|
||||
|
||||
(type
|
||||
namespace: (package_name)? @local.definition.namespace
|
||||
name: (type_name) @local.definition.type
|
||||
)
|
||||
name: (type_name) @local.definition.type)
|
||||
|
||||
;; Eel Expressions
|
||||
; Eel Expressions
|
||||
(eel_arrow_function) @local.scope
|
||||
|
||||
(eel_object) @local.scope
|
||||
|
||||
(eel_parameter) @local.definition.parameter
|
||||
|
||||
(eel_object_pair
|
||||
key: (eel_property_name) @local.definition.field)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue