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

python syntax highlight errors #137694

Closed
mikisama opened this issue Nov 23, 2021 · 1 comment
Closed

python syntax highlight errors #137694

mikisama opened this issue Nov 23, 2021 · 1 comment
Assignees
Labels
grammar Syntax highlighting grammar upstream Issue identified as 'upstream' component related (exists outside of VS Code) upstream-issue-linked This is an upstream issue that has been reported upstream

Comments

@mikisama
Copy link

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.62.3
  • OS Version: win10 21h2

Steps to Reproduce:

# This is not an f-string, but VSCode highlights `workspaceFolder' like a variable.
a = "${workspaceFolder}"
> echo 'a="${workspaceFolder}"' > 1.py
> code 1.py

1

@alexr00
Copy link
Member

alexr00 commented Nov 24, 2021

Moved to the repository that we get our python syntax highlighting grammar from: MagicStack/MagicPython#245

@alexr00 alexr00 closed this as completed Nov 24, 2021
@alexr00 alexr00 added grammar Syntax highlighting grammar upstream Issue identified as 'upstream' component related (exists outside of VS Code) upstream-issue-linked This is an upstream issue that has been reported upstream labels Nov 24, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Jan 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
grammar Syntax highlighting grammar upstream Issue identified as 'upstream' component related (exists outside of VS Code) upstream-issue-linked This is an upstream issue that has been reported upstream
Projects
None yet
Development

No branches or pull requests

3 participants