Implement formatting of `[a, b]` match sequences. ```python match x: case [1, 2]: ... ``` This should probably be similar to list formatting.