Yeah new code won't use it, but it will break the display of existing code that innocently used match
and case
.
And its not just variables, IIUC the lexer does not distinguish function calls from other identifiers. That means the fact that match
is a method in the Python standard re
and pathlib
libraries means all those uses will be shown as keywords as well. And those are not user code and are not likely to change.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.