mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
16 lines
253 B
Scheme
16 lines
253 B
Scheme
[
|
|
(do_statement)
|
|
(for_statement)
|
|
(while_statement)
|
|
(repeat_statement)
|
|
(if_statement)
|
|
(function_statement)
|
|
(record_declaration)
|
|
(enum_declaration)
|
|
(anon_function)
|
|
(table_constructor)
|
|
] @fold
|
|
|
|
(record_body
|
|
(record_entry
|
|
value: (record_body)) @fold)
|