-
Notifications
You must be signed in to change notification settings - Fork 144
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
No syntax highlighting for match-case statements #141
Comments
This is also the case for me (using python 3.9.2 and python-lsp-server if that matters). Highlighting and indentation (though is this provided by tree-sitter?) not working as expected.
|
17 tasks
I am running into the same problem - I was wondering if there was a reason behind this branch not getting merged into main? Is there any update on this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've got
coc-pyright
and Treesitter installed, just installed the Python language in Treesitter because I thought I'd get match-case statement syntax highlighting but I didn't, it made changes, but not to match-case statements.The text was updated successfully, but these errors were encountered: