mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 04:10:06 -04:00
12 lines
202 B
Scheme
12 lines
202 B
Scheme
|
|
[
|
||
|
|
(module_definition)
|
||
|
|
(struct_definition)
|
||
|
|
(macro_definition)
|
||
|
|
(function_definition)
|
||
|
|
(compound_expression) ; begin blocks
|
||
|
|
(let_statement)
|
||
|
|
(if_statement)
|
||
|
|
(for_statement)
|
||
|
|
(while_statement)
|
||
|
|
] @fold
|