mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 00:10:04 -04:00
chore: format queries
This commit is contained in:
parent
76ca66db38
commit
77e298e4de
50 changed files with 143 additions and 146 deletions
|
|
@ -629,7 +629,7 @@
|
|||
|
||||
; NOTE: needs to be after @type
|
||||
; generic types when declaring
|
||||
((generic_parameter_list
|
||||
(generic_parameter_list
|
||||
(parameter_declaration
|
||||
(symbol_declaration_list
|
||||
(symbol_declaration
|
||||
|
|
@ -638,7 +638,7 @@
|
|||
(identifier) @variable.parameter
|
||||
(accent_quoted
|
||||
(identifier) @variable.parameter)
|
||||
])))))
|
||||
]))))
|
||||
|
||||
; for loop variables
|
||||
(for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue