mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
32 lines
385 B
Scheme
32 lines
385 B
Scheme
[
|
|
(class_body)
|
|
(enum_body)
|
|
(interface_body)
|
|
(constructor_body)
|
|
(block)
|
|
(switch_block)
|
|
(array_initializer)
|
|
(argument_list)
|
|
(formal_parameters)
|
|
] @indent.begin
|
|
|
|
(expression_statement (method_invocation) @indent.begin)
|
|
|
|
[
|
|
"("
|
|
")"
|
|
"{"
|
|
"}"
|
|
"["
|
|
"]"
|
|
] @indent.branch
|
|
|
|
"}" @indent.end
|
|
|
|
(line_comment) @indent.ignore
|
|
|
|
[
|
|
(ERROR)
|
|
(block_comment)
|
|
] @indent.auto
|
|
|