mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
28 lines
383 B
Scheme
28 lines
383 B
Scheme
[
|
|
(array_creation_expression)
|
|
(compound_statement)
|
|
(declaration_list)
|
|
(binary_expression)
|
|
(return_statement)
|
|
(arguments)
|
|
(formal_parameters)
|
|
(enum_declaration_list)
|
|
(switch_block)
|
|
(match_block)
|
|
(case_statement)
|
|
"["
|
|
] @indent.begin
|
|
|
|
[
|
|
")"
|
|
"}"
|
|
"]"
|
|
] @indent.branch
|
|
|
|
[
|
|
(comment)
|
|
] @indent.auto
|
|
|
|
(compound_statement "}" @indent.end)
|
|
|
|
(ERROR) @indent.auto
|