summaryrefslogtreecommitdiffstats
path: root/queries/t32/indents.scm
blob: b30b916d27185d8718b0d504ee47227e0e13fc8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
(block
  ")" @indent.branch .) @indent.begin

(if_block) @indent.begin

(if_block
  (block)) @indent.dedent

(else_block) @indent.branch

(else_block
  (if_block) @indent.dedent)

(while_block
  (command_expression)) @indent.auto

(repeat_block
  (command_expression)) @indent.auto

(comment) @indent.auto