1
0
mirror of https://github.com/helix-editor/helix synced 2026-03-27 15:31:58 +01:00
helix/runtime/queries/tql/indents.scm
2026-03-16 11:54:25 -04:00

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