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

Syntax highlighting for functions/methods inconsistent, other highlights missing. #9961

Closed
mikestopcontinues opened this issue Feb 6, 2020 · 1 comment
Labels
bug Issue identified by VS Code Team member as probable bug

Comments

@mikestopcontinues
Copy link

Functions and methods aren't properly highlighted, save for built-in funcs (range, len, etc).
Additionally, other highlights are non-existent, as you can see comparing the MagicPython README to any vscode theme. Array indices are one example.

I'm running the most recent version of the plugins, VSCode, and OSX. This is a known issue, as you will also see:

MagicStack/MagicPython#127
microsoft/vscode#65713

I apologize in advance if there's already an open issue for this. I wasn't able to find one. Thanks!

@mikestopcontinues mikestopcontinues added triage-needed Needs assignment to the proper sub-team bug Issue identified by VS Code Team member as probable bug labels Feb 6, 2020
@brettcannon
Copy link
Member

We don't control syntax highlighting for Python files. That comes from VS Code which gets it from MagicPython, so it's already been reported at the appropriate places.

@ghost ghost removed the triage-needed Needs assignment to the proper sub-team label Feb 6, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Feb 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

2 participants