mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
20 lines
236 B
Scheme
20 lines
236 B
Scheme
[
|
|
(class_declaration)
|
|
(class_body)
|
|
(constructor_declaration)
|
|
(constructor_body)
|
|
(block)
|
|
(switch_block)
|
|
(array_initializer)
|
|
(argument_list)
|
|
(formal_parameters)
|
|
] @indent
|
|
|
|
[
|
|
"("
|
|
")"
|
|
"{"
|
|
"}"
|
|
"["
|
|
"]"
|
|
] @branch
|