Add indentation for Python pattern matching

Add indentation for `match` and `case`.
This commit is contained in:
Yuriy 2022-11-01 18:49:33 +01:00 committed by Michael Davis
parent e0b034dcd1
commit b156f57618

View File

@ -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)