9ae70cc410
There's been a lot of complaints about the state of python indentation and the fallback actually works better until the solution proposed in https://github.com/helix-editor/helix/issues/763#issuecomment-1137894973= is implemented.
38 lines
530 B
Text
38 lines
530 B
Text
[
|
|
(list)
|
|
(tuple)
|
|
(dictionary)
|
|
(set)
|
|
|
|
(if_statement)
|
|
(for_statement)
|
|
(while_statement)
|
|
(with_statement)
|
|
(try_statement)
|
|
(import_from_statement)
|
|
|
|
(parenthesized_expression)
|
|
(generator_expression)
|
|
(list_comprehension)
|
|
(set_comprehension)
|
|
(dictionary_comprehension)
|
|
|
|
(tuple_pattern)
|
|
(list_pattern)
|
|
(argument_list)
|
|
(parameters)
|
|
(binary_operator)
|
|
|
|
(function_definition)
|
|
(class_definition)
|
|
] @indent
|
|
|
|
[
|
|
")"
|
|
"]"
|
|
"}"
|
|
(return_statement)
|
|
(pass_statement)
|
|
(raise_statement)
|
|
] @outdent
|
|
|