helix-mods/runtime/queries/hare/indents.scm
meak 1a3d6252b9
feat(lang): add hare language support (#2289)
Co-authored-by: Mehdi Katranji <hello@mek.yt>
2022-04-26 14:55:00 -05:00

22 lines
160 B
Scheme

[
(struct_union_fields)
(expression_list)
] @indent
[
"case"
"}"
"]"
")"
] @outdent
; [
; "{"
; "}"
; ] @branch
; [
; (comment)
; ] @ignore