mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
17 lines
256 B
Scheme
17 lines
256 B
Scheme
body: [
|
|
(declaration_list)
|
|
(switch_body)
|
|
(enum_member_declaration_list)
|
|
] @fold
|
|
|
|
accessors: (accessor_list) @fold
|
|
|
|
initializer: (initializer_expression) @fold
|
|
|
|
[
|
|
(block)
|
|
(preproc_if)
|
|
(preproc_elif)
|
|
(preproc_else)
|
|
(using_directive)+
|
|
] @fold
|