1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:20:05 +08:00
SpaceVim/bundle/nvim-treesitter/queries/ruby/indents.scm
2022-04-14 12:01:23 +08:00

42 lines
355 B
Scheme
Vendored

[
(class)
(singleton_class)
(method)
(singleton_method)
(module)
(call)
(if)
(block)
(do_block)
(hash)
(array)
(argument_list)
(case)
(while)
(until)
(for)
(begin)
] @indent
[
"end"
")"
"}"
"]"
] @indent_end
[
"("
")"
"{"
"}"
"["
"]"
(when)
(elsif)
(else)
"end"
] @branch
(comment) @ignore