25 lines
294 B
Scheme
25 lines
294 B
Scheme
; Starlark indentation rules
|
|
[
|
|
(list)
|
|
(dictionary)
|
|
|
|
(if_statement)
|
|
(for_statement)
|
|
|
|
(parenthesized_expression)
|
|
(list_comprehension)
|
|
(dictionary_comprehension)
|
|
|
|
(argument_list)
|
|
(parameters)
|
|
(binary_operator)
|
|
|
|
(function_definition)
|
|
] @indent
|
|
|
|
[
|
|
")"
|
|
"]"
|
|
"}"
|
|
] @outdent
|