Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add syntax highlighting for new Python keyword #1942

Open
gtkacz opened this issue Mar 25, 2025 · 0 comments
Open

Add syntax highlighting for new Python keyword #1942

gtkacz opened this issue Mar 25, 2025 · 0 comments

Comments

@gtkacz
Copy link

gtkacz commented Mar 25, 2025

PEP 654 introduced exception groups: "a combination of multiple unrelated exceptions". This changes how exceptions are handled by the user, where a new variation of the except keyword can be used as except*.

However, code block syntax highlighting does not support it yet, removing the coloring even from the except keyword itself:

try:
    raise ExceptionGroup()
except*:
    pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant