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
Editor name and version: VS Code 1.67
Platform: all
Color scheme: all
MagicPython version: commit c9b3409
A sreenshot:
5-10 lines of surrounding code:
print(42and 2)
in 42and 2, a valid python code, 42and is marked as invalid.illegal.name.python
42and 2
42and
invalid.illegal.name.python
42 should be marked as constant.numeric.dec.python and and should be marked as keyword.control.flow.python.
42
constant.numeric.dec.python
and
keyword.control.flow.python
PyCharm is able to parse it correctly:
Originally from @Bobronium in microsoft/vscode#150199
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Editor name and version: VS Code 1.67
Platform: all
Color scheme: all
MagicPython version: commit c9b3409
A sreenshot:
5-10 lines of surrounding code:
in
42and 2
, a valid python code,42and
is marked asinvalid.illegal.name.python
42
should be marked asconstant.numeric.dec.python
andand
should be marked askeyword.control.flow.python
.PyCharm is able to parse it correctly:
Originally from @Bobronium in microsoft/vscode#150199
The text was updated successfully, but these errors were encountered: