aboutsummaryrefslogtreecommitdiffstats
path: root/queries/java/indents.scm
blob: bd86cdbed40f3e78527ac59e04d3a2ef2e66c8fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[
  (class_body)
  (enum_body)
  (interface_body)
  (constructor_declaration)
  (constructor_body)
  (block)
  (switch_block)
  (array_initializer)
  (argument_list)
  (formal_parameters)
] @indent

(expression_statement (method_invocation) @indent)

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

"}" @indent_end

(line_comment) @ignore

[
  (ERROR)
  (block_comment)
] @auto