mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 07:20:06 -04:00
chore: format queries
This commit is contained in:
parent
76ca66db38
commit
77e298e4de
50 changed files with 143 additions and 146 deletions
|
|
@ -1,5 +1,5 @@
|
|||
((function_declaration
|
||||
name: (identifier) @local.definition.function)) ;@function
|
||||
(function_declaration
|
||||
name: (identifier) @local.definition.function) ;@function
|
||||
|
||||
(var_declaration
|
||||
var_list:
|
||||
|
|
@ -7,8 +7,8 @@
|
|||
(reference_expression
|
||||
(identifier) @local.definition.var)))
|
||||
|
||||
((function_declaration
|
||||
name: (identifier) @local.definition.function))
|
||||
(function_declaration
|
||||
name: (identifier) @local.definition.function)
|
||||
|
||||
(const_declaration
|
||||
(const_definition
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue