mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
31 lines
298 B
Scheme
31 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
|