mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
17 lines
279 B
Scheme
17 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
|