-
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
Single Quote causing issue #3
Comments
I will take a look at this. thank you for reporting it. About the operators, I think it is a limitation of the default theme. I currently am using dark-plus-syntax. It's the same as the default one, but it have some improvements. Can you confirm me that changing theme solves the '?', '.', and '!' issue? |
Issue with single quote fixed with 0.0.22. I will wait for your answer about the '?', '!' and '.' before closing the issue. |
Thank u for fixing the bug. And you are correct, After installing the dark plus syntax theme, the operators show with purple color. If you don't mind, can I ask about the decisions to use orange/red for the < /> characters in tags? I have a tendency to get distracted by the red color thinking that is some kind of lint error. Thanks again. |
Sure you can. Actually i didn't choose colors, just the scope names (in this case, i choose the same as the regex one because it is easier to see regex highlighting in themes). But now that you have pointed it out, it makes sense. It does looks like some sort of linting error. I think it's best to return it to the default color to keep it similar to other HTML highlithing aswell. |
Color fixed in 0.0.23 =] |
A single quote is making the characters after it look like a string
Also the "." or "?" characters are not showing purple like it says it the documentation they should be.
I have Dark+ theme (I think is the default one when I installed VSCode)
Thank u so much for this extension
The text was updated successfully, but these errors were encountered: