-
Notifications
You must be signed in to change notification settings - Fork 155
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
[bug] vscode syntax incorrect #144
Comments
@Venugopal46 You'll have to quit vscode if you want cobalt2. Either that or make a massive PR to this repo. I resolved to quit vscode altogether in order to stay with the color scheme 👍 |
This PR looks very nice! |
PR #151 is now merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The syntax highlighting in vscode is very simplistic and does not cover a large amount of the possible token colors. Specifically, there are a large amount of tokens which are colored yellow:
I could provide versions and example code for you to paste, but I've found this incredibly simple to reproduce. From node to shell, everything is missing it's complexity with token colorization. When comparing the same code the Sublime cobalt2 theme, they are not equal.
Other color schemes tokenize properly and work on my vscode instance, so I'm inclined to pin this issue on the vscode theme and not my local config.
The text was updated successfully, but these errors were encountered: