kbrose / vsc-python-indent

Correctly indent python code on the fly, in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=KevinRose.vsc-python-indent
MIT License
82 stars 19 forks source link

Pattern matching syntax #76

Closed kbrose closed 3 years ago

kbrose commented 3 years ago

I'll need to add support for the new pattern matching syntax. https://www.python.org/dev/peps/pep-0635/

kbrose commented 3 years ago

Actually it doesn't look like I'll need to do anything.