aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/ron/indents.scm
blob: 689d01fac7d505804cd455344a7451ff89620b6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[
  (array)
  (map)
  (tuple)
  (struct)
] @indent.begin

[
  "{"
  "}"
] @indent.branch

[
  "("
  ")"
] @indent.branch

[
  "["
  "]"
] @indent.branch