mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
20 lines
294 B
Scheme
20 lines
294 B
Scheme
|
|
[
|
||
|
|
(parameter_list)
|
||
|
|
(compound_statement)
|
||
|
|
(loop_statement)
|
||
|
|
(struct_declaration)
|
||
|
|
] @indent
|
||
|
|
|
||
|
|
(compound_statement "}" @indent_end)
|
||
|
|
(loop_statement "}" @indent_end)
|
||
|
|
(function_declaration ")" @indent_end)
|
||
|
|
(struct_declaration "}" @indent_end)
|
||
|
|
|
||
|
|
[
|
||
|
|
"else"
|
||
|
|
")"
|
||
|
|
"}"
|
||
|
|
] @branch
|
||
|
|
|
||
|
|
(comment) @auto
|