1(_
2 "["
3 "]" @end) @indent
4
5(_
6 "{"
7 "}" @end) @indent
8
9(_
10 "("
11 ")" @end) @indent
12
13(function_definition) @start.def
14
15(class_definition) @start.class
16
17(if_statement) @start.if
18
19(for_statement) @start.for
20
21(while_statement) @start.while
22
23(with_statement) @start.with
24
25(match_statement) @start.match
26
27(try_statement) @start.try
28
29(elif_clause) @start.elif
30
31(else_clause) @start.else
32
33(except_clause) @start.except
34
35(finally_clause) @start.finally
36
37(case_clause) @start.case