mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
28 lines
271 B
Scheme
28 lines
271 B
Scheme
[
|
|
(arguments)
|
|
(call)
|
|
(do_block)
|
|
(list)
|
|
(map)
|
|
(stab_expression)
|
|
] @indent
|
|
|
|
(stab_expression
|
|
right: (_) @indent)
|
|
|
|
[
|
|
"("
|
|
")"
|
|
"{"
|
|
"}"
|
|
"["
|
|
"]"
|
|
(after_block)
|
|
(catch_block)
|
|
(else_block)
|
|
(rescue_block)
|
|
"do"
|
|
"end"
|
|
] @branch
|
|
|
|
(comment) @ignore
|