aboutsummaryrefslogtreecommitdiffstats
path: root/queries/ruby/indents.scm
blob: 152d71904336feccdc8684296dd65953706687db (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
33
34
35
36
37
38
39
40
41
42
[
  (class)
  (singleton_class)
  (method)
  (singleton_method)
  (module)
  (call)
  (if)
  (block)
  (do_block)
  (hash)
  (array)
  (argument_list)
  (case)
  (while)
  (until)
  (for)
  (begin)
  (unless)
  (assignment)
  (parenthesized_statements)
] @indent

[
  "end"
  ")"
  "}"
  "]"
] @indent_end

[
  ")"
  "}"
  "["
  "]"
  (when)
  (elsif)
  (else)
  "end"
] @branch

(comment) @ignore