summaryrefslogtreecommitdiff
path: root/queries/wgsl/indents.scm
blob: 69e543ad3c71bd1f419e32dad0fab30bd15e57f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[
  (parameter_list)
  (compound_statement)
  (loop_statement)
  (struct_declaration)
] @indent

(compound_statement "}" @indent_end)
(loop_statement "}" @indent_end)
(function_declaration ")" @indent_end)
(struct_declaration "}" @indent_end)

[
  "else"
  ")"
  "}"
] @branch

(comment) @auto