mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
30 lines
315 B
Scheme
30 lines
315 B
Scheme
[
|
|
(class_body)
|
|
(enum_body)
|
|
(interface_body)
|
|
(constructor_declaration)
|
|
(constructor_body)
|
|
(block)
|
|
(switch_block)
|
|
(array_initializer)
|
|
(argument_list)
|
|
(formal_parameters)
|
|
] @indent
|
|
|
|
[
|
|
"("
|
|
")"
|
|
"{"
|
|
"}"
|
|
"["
|
|
"]"
|
|
] @branch
|
|
|
|
[
|
|
"}"
|
|
")"
|
|
] @indent_end
|
|
|
|
(line_comment) @ignore
|
|
|
|
(ERROR) @auto
|