mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 04:10:06 -04:00
chore: query formatting
This commit is contained in:
parent
79975d6557
commit
57a8acf0c4
674 changed files with 18466 additions and 12648 deletions
|
|
@ -4,11 +4,9 @@
|
|||
(let_section)
|
||||
(type_section)
|
||||
(using_section)
|
||||
|
||||
(object_declaration)
|
||||
(tuple_type)
|
||||
(enum_declaration)
|
||||
|
||||
(case)
|
||||
(if)
|
||||
(when)
|
||||
|
|
@ -17,22 +15,18 @@
|
|||
(of_branch)
|
||||
(elif_branch)
|
||||
(else_branch)
|
||||
|
||||
(for)
|
||||
(while)
|
||||
(block)
|
||||
(static_statement)
|
||||
(pragma_statement)
|
||||
|
||||
(try)
|
||||
(except_branch)
|
||||
(finally_branch)
|
||||
|
||||
(do_block)
|
||||
(call
|
||||
(argument_list
|
||||
(statement_list)))
|
||||
|
||||
(proc_declaration)
|
||||
(func_declaration)
|
||||
(method_declaration)
|
||||
|
|
@ -40,10 +34,8 @@
|
|||
(converter_declaration)
|
||||
(template_declaration)
|
||||
(macro_declaration)
|
||||
|
||||
(proc_expression)
|
||||
(func_expression)
|
||||
(iterator_expression)
|
||||
|
||||
(concept_declaration)
|
||||
] @fold
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue