mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 12:30:01 -04:00
24 lines
321 B
Scheme
24 lines
321 B
Scheme
[
|
|
(if_statement)
|
|
|
|
(for_statement)
|
|
(while_statement)
|
|
|
|
(parenthesized_expression)
|
|
|
|
(function_definition)
|
|
(class_definition)
|
|
] @indent
|
|
|
|
((arguments) @aligned_indent
|
|
(#set! "delimiter" "()"))
|
|
((parameters) @aligned_indent
|
|
(#set! "delimiter" "()"))
|
|
|
|
[
|
|
")"
|
|
"]"
|
|
"}"
|
|
(elif_clause)
|
|
(else_clause)
|
|
] @branch
|