mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -04:00
23 lines
230 B
Scheme
23 lines
230 B
Scheme
[
|
|
(block)
|
|
(struct_declaration)
|
|
(switch_expression)
|
|
(initializer_list)
|
|
] @indent.begin
|
|
|
|
(block
|
|
"}" @indent.end)
|
|
|
|
[
|
|
"("
|
|
")"
|
|
"["
|
|
"]"
|
|
"{"
|
|
"}"
|
|
] @indent.branch
|
|
|
|
[
|
|
(comment)
|
|
(multiline_string)
|
|
] @indent.ignore
|