blob: c0cffab3c4db24e01169ac371883ef86131d5101 (
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
|
[
(function_block)
(binary_expression)
(collection)
(indexed_collection)
(parameter_call_list)
(function_call)
(class_def)
(classvar)
(const)
(instance_var)
(variable_definition)
(variable_definition_sequence
(variable_definition))
(control_structure)
(return_statement)
] @indent.begin
[
(parameter_call_list
(argument_calls))
"("
")"
"{"
"}"
"["
"]"
] @indent.branch
[
(block_comment)
(line_comment)
] @indent.ignore
|