1
0
mirror of https://github.com/helix-editor/helix synced 2026-01-26 05:38:09 +01:00
helix/runtime/queries/crystal/indents.scm
Margret Riegert c96642125f
Update Crystal tree sitter and add support for ameba-ls (#13805)
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2025-06-21 12:02:16 -05:00

30 lines
275 B
Scheme

[
(param_list)
(array)
(block)
(call)
(class_def)
(struct_def)
(module_def)
(enum_def)
(lib_def)
(fun_def)
(method_def)
(case)
(select)
(elsif)
(if)
(unless)
(hash)
(tuple)
] @indent
[
")"
"}"
"]"
"end"
"when"
"in"
] @outdent