nvim-treesitter/queries/teal/folds.scm

17 lines
253 B
Scheme
Raw Normal View History

2020-10-04 19:39:12 -05:00
[
(do_statement)
(for_statement)
(while_statement)
(repeat_statement)
(if_statement)
(function_statement)
(record_declaration)
(enum_declaration)
2020-12-16 16:42:33 -06:00
(anon_function)
2020-10-04 19:39:12 -05:00
(table_constructor)
] @fold
2021-03-23 16:06:02 -05:00
(record_body
(record_entry
value: (record_body)) @fold)