mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
Add indentation for Python pattern matching
Add indentation for `match` and `case`.
This commit is contained in:
parent
e0b034dcd1
commit
b156f57618
@ -9,6 +9,8 @@
|
||||
(while_statement)
|
||||
(with_statement)
|
||||
(try_statement)
|
||||
(match_statement)
|
||||
(case_clause)
|
||||
(import_from_statement)
|
||||
|
||||
(parenthesized_expression)
|
||||
@ -33,6 +35,8 @@
|
||||
(while_statement)
|
||||
(with_statement)
|
||||
(try_statement)
|
||||
(match_statement)
|
||||
(case_clause)
|
||||
|
||||
(function_definition)
|
||||
(class_definition)
|
||||
|
Loading…
Reference in New Issue
Block a user