-
Notifications
You must be signed in to change notification settings - Fork 36
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
[c++] c++11 raw strings not highlighted properly #30
Comments
We use the text mate bundle from https://github.com/textmate/c.tmbundle which doesn't seem to support raw string. |
From @jepessen on November 23, 2015 11:28 Ok. If I try to modify it in order to support raw strings, then should I try to create a pull request for this repository, for the textmate one one or for both? |
For both would be perfect. Otherwise it also works if you do it for text mate first and once accepted, I bring it over. |
From @jepessen on November 23, 2015 11:39 Ok I'll check when I'll have some time. Regards. |
From @jepessen on November 21, 2015 8:52
When I write a raw string in c++11 that span among many lines, it's not highlighted properly.
What I see:
As you can see, raw string has not the string uniform color.
Copied from original issue: microsoft/vscode#399
The text was updated successfully, but these errors were encountered: