aboutsummaryrefslogtreecommitdiffstats
path: root/queries/php/indents.scm
blob: 5e2d51ce1ca47e1a66a14ac821c50cb0afb89f52 (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
[
  (array_creation_expression)
  (compound_statement)
  (declaration_list)
  (binary_expression)
  (return_statement)
  (arguments)
  (formal_parameters)
  (enum_declaration_list)
  "["
] @indent

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

[
  (comment)
] @auto

(compound_statement "}" @indent_end)

(ERROR) @auto