aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/textproto/indents.scm
blob: 155299e394bbe879351c319f9fbfa4ac3f39cef5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(message_value) @indent.begin

(message_value
  (close_squiggly) @indent.branch)

(scalar_list) @indent.begin

(scalar_list
  (close_square) @indent.branch)

(message_list) @indent.begin

(message_list
  (close_square) @indent.branch)