mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
29 lines
265 B
Scheme
29 lines
265 B
Scheme
[
|
|
(class)
|
|
(singleton_class)
|
|
(method)
|
|
(singleton_method)
|
|
(module)
|
|
(call)
|
|
(if)
|
|
(block)
|
|
(do_block)
|
|
(hash)
|
|
(array)
|
|
(argument_list)
|
|
(case)
|
|
] @indent
|
|
|
|
[
|
|
"("
|
|
")"
|
|
"{"
|
|
"}"
|
|
"["
|
|
"]"
|
|
(when)
|
|
(elsif)
|
|
"end"
|
|
] @branch
|
|
|
|
(comment) @ignore
|