mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
* fix(format): newline between top-level field defs * fixup: newline between node and comment * fixup: optimize pattern
12 lines
190 B
Scheme
12 lines
190 B
Scheme
body:
|
|
[
|
|
(declaration_list)
|
|
(switch_body)
|
|
(enum_member_declaration_list)
|
|
] @fold
|
|
|
|
accessors: (accessor_list) @fold
|
|
|
|
initializer: (initializer_expression) @fold
|
|
|
|
(block) @fold
|