mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
20 lines
395 B
Scheme
20 lines
395 B
Scheme
[
|
|
(if_statement)
|
|
(switch_statement)
|
|
(while_statement)
|
|
(do_statement)
|
|
(for_statement)
|
|
(foreach_statement)
|
|
(try_statement)
|
|
(function_definition)
|
|
(class_declaration)
|
|
(interface_declaration)
|
|
(trait_declaration)
|
|
(enum_declaration)
|
|
(function_static_declaration)
|
|
(method_declaration)
|
|
(namespace_use_declaration)+
|
|
(array_creation_expression)
|
|
(match_expression)
|
|
] @fold
|