helix-mods/runtime/queries/nix/indents.scm

25 lines
260 B
Scheme
Raw Normal View History

2022-03-30 17:08:07 +02:00
[
; Bracket like
2022-03-30 17:08:07 +02:00
(let)
(attrset)
(rec_attrset)
(let_attrset)
2022-03-30 17:08:07 +02:00
(parenthesized)
(list)
2022-03-30 17:08:07 +02:00
; Binding
(bind)
(inherit)
(inherit_from)
(formal)
; Binary operations
(binary)
(has_attr)
(select)
(app)
; Conditional
(if)
] @indent