tree-sitter-tiger/queries/folds.scm
Bruno BELANYI 2917939176
All checks were successful
continuous-integration/drone/push Build is passing
Ignore comments and strings folding
2022-11-22 10:15:25 +01:00

20 lines
314 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