Bruno BELANYI
984e3c09d0
All checks were successful
continuous-integration/drone/push Build is passing
25 lines
356 B
Scheme
25 lines
356 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
|
|
|
|
[
|
|
(comment)
|
|
(string_literal)
|
|
] @ignore
|
|
|
|
; vim: sw=2 foldmethod=marker
|