2022-06-04 10:22:22 +02:00
|
|
|
[
|
|
|
|
(array_expression)
|
|
|
|
(record_expression)
|
|
|
|
(sequence_expression)
|
|
|
|
(if_expression)
|
|
|
|
(while_expression)
|
|
|
|
(for_expression)
|
|
|
|
(let_expression)
|
|
|
|
(function_declaration)
|
|
|
|
(primitive_declaration)
|
2022-06-04 21:52:39 +02:00
|
|
|
|
|
|
|
(class_declaration)
|
|
|
|
(class_type)
|
|
|
|
(method_declaration)
|
2022-06-04 10:22:22 +02:00
|
|
|
] @fold
|
|
|
|
|
|
|
|
[
|
|
|
|
(comment)
|
|
|
|
(string_literal)
|
|
|
|
] @ignore
|
|
|
|
|
|
|
|
; vim: sw=2 foldmethod=marker
|