2021-02-02 18:58:07 +01:00
|
|
|
[
|
2022-01-29 11:04:13 +01:00
|
|
|
(function_block)
|
|
|
|
|
(binary_expression)
|
2021-02-02 18:58:07 +01:00
|
|
|
(collection)
|
2022-01-29 11:04:13 +01:00
|
|
|
(indexed_collection)
|
2021-02-02 18:58:07 +01:00
|
|
|
(parameter_call_list)
|
2022-01-29 11:04:13 +01:00
|
|
|
(function_call)
|
|
|
|
|
(class_def)
|
|
|
|
|
(classvar)
|
|
|
|
|
(const)
|
|
|
|
|
(instance_var)
|
|
|
|
|
(variable_definition)
|
2024-01-06 15:05:50 +09:00
|
|
|
(variable_definition_sequence
|
|
|
|
|
(variable_definition))
|
2022-01-29 11:04:13 +01:00
|
|
|
(control_structure)
|
|
|
|
|
(return_statement)
|
2023-03-20 14:44:39 -07:00
|
|
|
] @indent.begin
|
2021-02-02 18:58:07 +01:00
|
|
|
|
|
|
|
|
[
|
2024-01-06 15:05:50 +09:00
|
|
|
(parameter_call_list
|
|
|
|
|
(argument_calls))
|
2021-02-02 18:58:07 +01:00
|
|
|
"("
|
|
|
|
|
")"
|
|
|
|
|
"{"
|
|
|
|
|
"}"
|
|
|
|
|
"["
|
|
|
|
|
"]"
|
2023-03-20 14:44:39 -07:00
|
|
|
] @indent.branch
|
2022-01-29 11:04:13 +01:00
|
|
|
|
|
|
|
|
[
|
|
|
|
|
(block_comment)
|
|
|
|
|
(line_comment)
|
2023-03-20 14:44:39 -07:00
|
|
|
] @indent.ignore
|