You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using stock Ubuntu 18.04. I creates a simple setup without any of my init, and I cannot get the color of this small c++ program to work correctly.
#include <string>
std::string a = R"raw(Hi there I'm a Qoute " guy)raw";
int main(){}
Everything after the end double quote on line 2 is colored as if it were inside a string. It does not seem to recognize the double quote before guy as being inside the string.
I'm using stock Ubuntu 18.04. I creates a simple setup without any of my init, and I cannot get the color of this small c++ program to work correctly.
Everything after the end double quote on line 2 is colored as if it were inside a string. It does not seem to recognize the double quote before guy as being inside the string.
I'm running emacs like this:
the contents of my init file (testinit.el) are:
I've cloned a copy or your repo here, at revision 02f1047. The test directory, /home/mat/tmp/cppfl, looks like:
I'm on emacs 25.2.2.
The text was updated successfully, but these errors were encountered: