How to update Sublime Text 3 to work with Python 3.10 syntax

Viewed 377

Specifically, I want to use match/case in my python code but Sublime doesn't recognize them as keywords, highlight, auto indent or anything. How do you make the needed update?

1 Answers

I think that for now the default Sublime Text 3 Python syntax highlighting is not compatible with the new features, and the best thing would be to wait for a new update or create a custom syntax highlighting based of the built in one.

Related