Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Python] Add case/match indentation rules (sublimehq#3089)
Fixes sublimehq#3086 This commit adds indentation rules for structural pattern matching. Those keywords need to be followed by at least one non-colon token. Note: It only adds `increaseIndentPattern` rules as adding `case` to `decreaseIndentPattern` pattern would cause the first `case` after a `match` line to not be indented correctly.
- Loading branch information