mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
29 lines
331 B
Scheme
29 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
|