nvim-treesitter/queries/javascript/folds.scm

21 lines
345 B
Scheme
Raw Normal View History

; inherits: (jsx)
2020-09-06 09:38:09 -05:00
[
(for_in_statement)
(for_statement)
(while_statement)
(arrow_function)
(function)
(function_declaration)
(class_declaration)
(method_definition)
(do_statement)
(with_statement)
(switch_statement)
(switch_case)
(import_statement)
2020-10-15 20:59:27 -04:00
(if_statement)
(try_statement)
(catch_clause)
2020-10-15 20:59:27 -04:00
(object)
2020-09-06 09:38:09 -05:00
] @fold