mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
16 lines
175 B
Scheme
16 lines
175 B
Scheme
[
|
|
(collection)
|
|
(parameter_call_list)
|
|
(function_block)
|
|
(code_block)
|
|
] @indent
|
|
|
|
[
|
|
(parameter_call_list (argument_calls))
|
|
"("
|
|
")"
|
|
"{"
|
|
"}"
|
|
"["
|
|
"]"
|
|
] @branch
|