Hi there. I'm a recent Emacs convert using Spacemacs. I was wondering if anyone else is using Emacs to write Python 3.10 code, specifically using the new match
and case
keywords. When I try to use them, Emacs doesn't recognize them as keywords, and so doesn't understand that it should indent the following lines.
If I understand correctly, this is handled by python.el
. Has there been any movement on adding support for the new keywords? And where could I go to find out, follow progress, or possibly contribute?
For reference, I'm using Emacs 27.2 and the built-in python.el
. Thank you!