-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Some language keywords are not highlighted in VS Code #26
Comments
Hi @twolfvb , could you do me a favor to screen capture the Follow the description to Enable Examples |
@gaplo917 I would like to add that Angular support is also missing some essential highlight colors. Here is the example screenshot, on the right is GapStyle for Intellij which works much better. I tried overriding some textmate scopes but it doesn't seem to work, for example using this configuration object inside textMateRules |
@luchian94 could you help to try { "scope": "expression.ng variable.other.object.ts", "settings": { "foreground": "#CF8823" } } |
@gaplo917 just tried it and it doesn't seem to work. The only way I got variables colored is by using these scopes: |
@luchian94 I am adding support to Angular, stay tune! |
Just switching from CLion using GapStyle to VSCode (making an effort to cut costs). Same C/C++ codebase.
I've noticed that some of the stuff that was highlighted on CLion isn't highlighted here.
For instance, static_cast/const_cast/dynamic_cast
Also, RHS on VSCode, not sure why the & in line 22 is colored there and not in line 13 where I thjink they've been used the same way.
Would it make sense to compile a list of things that look different to then fix them, or would it be a low priority issue that might not get fixed?
Gary, thanks for you theme, I love it ♥
The text was updated successfully, but these errors were encountered: