mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
16 lines
279 B
Scheme
16 lines
279 B
Scheme
(call_expression
|
|
(block) @fold)
|
|
|
|
[
|
|
(class_definition)
|
|
(trait_definition)
|
|
(object_definition)
|
|
(function_definition)
|
|
(val_definition)
|
|
(import_declaration)
|
|
(while_expression)
|
|
(do_while_expression)
|
|
(for_expression)
|
|
(try_expression)
|
|
(match_expression)
|
|
] @fold
|