19 lines
278 B
Scheme
19 lines
278 B
Scheme
|
[
|
||
|
(array_expression)
|
||
|
(record_expression)
|
||
|
(sequence_expression)
|
||
|
(if_expression)
|
||
|
(while_expression)
|
||
|
(for_expression)
|
||
|
(let_expression)
|
||
|
(function_declaration)
|
||
|
(primitive_declaration)
|
||
|
] @fold
|
||
|
|
||
|
[
|
||
|
(comment)
|
||
|
(string_literal)
|
||
|
] @ignore
|
||
|
|
||
|
; vim: sw=2 foldmethod=marker
|