mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
19 lines
328 B
Scheme
19 lines
328 B
Scheme
; inherits: (jsx)
|
|
[
|
|
(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)
|
|
(if_statement)
|
|
(try_statement)
|
|
(object)
|
|
] @fold
|