blob: 0ba8fd4423c5ff1c8411887b31ad6da8f78fc23c (
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
|
[
(block)
(do_block)
(list)
(map)
(stab_clause)
(tuple)
(arguments)
] @indent.begin
[
")"
"]"
"after"
"catch"
"else"
"rescue"
"}"
"end"
] @indent.end @indent.branch
; Elixir pipelines are not indented, but other binary operator chains are
((binary_operator operator: _ @_operator) @indent.begin (#not-eq? @_operator "|>"))
|