mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
30 lines
298 B
Scheme
30 lines
298 B
Scheme
[
|
|
(block)
|
|
(class_body)
|
|
(enum_body)
|
|
(switch_body)
|
|
(array_creation)
|
|
(formal_parameters)
|
|
(actual_parameters)
|
|
] @indent.begin
|
|
|
|
[
|
|
"("
|
|
")"
|
|
"["
|
|
"]"
|
|
"}"
|
|
] @indent.branch
|
|
|
|
[
|
|
")"
|
|
"]"
|
|
"}"
|
|
] @indent.end
|
|
|
|
(comment_line) @indent.ignore
|
|
|
|
[
|
|
(ERROR)
|
|
(comment_block)
|
|
] @indent.auto
|