mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
17 lines
312 B
Scheme
17 lines
312 B
Scheme
[
|
|
(array_expression)
|
|
(record_expression)
|
|
(sequence_expression)
|
|
(if_expression)
|
|
(while_expression)
|
|
(for_expression)
|
|
(let_expression)
|
|
(function_declaration)
|
|
(primitive_declaration)
|
|
(record_type)
|
|
(class_declaration)
|
|
(class_type)
|
|
(method_declaration)
|
|
] @fold
|
|
|
|
; vim: sw=2 foldmethod=marker
|