We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Commit 2ca894f broke highlighting of variables assignment starting with for and variables in for loop starting with in:
for
in
microsoft/vscode-python#11828
I've updated a test to expose this bug
The text was updated successfully, but these errors were encountered:
Update for loop test MagicStack#211
a632f38
Look for space after for and in tokens
21ba7a5
Fixes MagicStack#211.
Fix for loop highlighting #211 (#212)
b4b2e6e
No branches or pull requests
Commit 2ca894f broke highlighting of variables assignment starting with
for
and variables in for loop starting within
:microsoft/vscode-python#11828
I've updated a test to expose this bug
The text was updated successfully, but these errors were encountered: