nvim-treesitter/queries/teal/folds.scm
2020-12-17 00:44:01 +01:00

15 lines
234 B
Scheme

[
(do_statement)
(for_statement)
(while_statement)
(repeat_statement)
(if_statement)
(function_statement)
(record_declaration)
(enum_declaration)
(anon_function)
(table_constructor)
] @fold
(record_declaration
(anon_record) @fold)