mirror of
https://github.com/helix-editor/helix
synced 2026-03-27 15:31:58 +01:00
17 lines
231 B
Scheme
17 lines
231 B
Scheme
;; Upstream: https://github.com/tenzir/tree-sitter-tql/blob/main/queries/tql/indents.scm
|
|
|
|
[
|
|
(then_block)
|
|
(else_block)
|
|
(pipeline_block)
|
|
(match_statement)
|
|
(match_arm)
|
|
(list)
|
|
(record)
|
|
] @indent
|
|
|
|
[
|
|
"}"
|
|
"]"
|
|
] @outdent
|