mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
28 lines
331 B
Scheme
28 lines
331 B
Scheme
[
|
|
(block)
|
|
(struct_declaration)
|
|
(enum_declaration)
|
|
(union_declaration)
|
|
(switch_expression)
|
|
(if_expression)
|
|
(while_expression)
|
|
(for_expression)
|
|
(initializer_list)
|
|
] @indent.begin
|
|
|
|
(block
|
|
"}" @indent.end)
|
|
|
|
[
|
|
"("
|
|
")"
|
|
"["
|
|
"]"
|
|
"{"
|
|
"}"
|
|
] @indent.branch
|
|
|
|
[
|
|
(comment)
|
|
(multiline_string)
|
|
] @indent.ignore
|