aboutsummaryrefslogtreecommitdiffstats
path: root/queries/go/indents.scm
blob: dc1725461e57de206311f4a7bde8f5985c07459d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
  (import_declaration)
  (const_declaration)
  (var_declaration)
  (type_declaration)
  (composite_literal)
  (func_literal)
  (literal_value)
  (expression_case)
  (default_case)
  (block)
] @indent

[
  "case"
  "("
  ")"
  "{"
  "}"
] @branch

(comment) @ignore