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