nvim-treesitter/queries/ruby/indents.scm
2021-04-17 09:39:32 +02:00

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