Files
oak-gpui/crates/zed/src/languages/ruby/indents.scm
T
2022-11-03 15:52:33 -07:00

18 lines
301 B
Scheme

(method "end" @end) @indent
(class "end" @end) @indent
(module "end" @end) @indent
(begin "end" @end) @indent
(do_block "end" @end) @indent
(then) @indent
(call) @indent
(ensure) @outdent
(rescue) @outdent
(else) @outdent
(_ "[" "]" @end) @indent
(_ "{" "}" @end) @indent
(_ "(" ")" @end) @indent