-
Notifications
You must be signed in to change notification settings - Fork 4
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 error in arithmetic expressions #104
Comments
The following problem may be related to this. When using arithmetic shift operation, everything after it is highlighted as a string. |
I can not reproduce the exact issue described by @LeoH1310 but I'm having a similar issue:
The parentheses around But this is probably an unrelated bug to the one which the issue was opened about. |
is there a separate ticket for this pattern? I'm seeing this same problem specifically with the shift-left operation: edit: |
The code with a problem is:
x is yellow entity.name.command.shell
It looks like:
It should look like:
I would expect
x
andy
to have the same scopes.Originally from @mcandre in microsoft/vscode#231217 (comment)
The text was updated successfully, but these errors were encountered: