summaryrefslogtreecommitdiffstats
path: root/queries/zig/indents.scm
blob: 431aed5b62a36489f4e3e04092ae3d1e7d90250d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
  (block)
  (switch_expression)
  (initializer_list)
] @indent.begin

(block
  "}" @indent.end)

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

[
  (comment)
  (multiline_string)
] @indent.ignore