Dev-Cpp
Dev-Cpp copied to clipboard
C++11 raw strings (multi-line strings) are highlighted incorrectly.
trafficstars
For example, in this file, everything from line 58 to 74 is one multi-line string, yet it is not highlighted as such:

The same problem seems to happen in C++ Builder Community Edition, by the way!
VS Code gives the result you want, but Dev-cpp and C++Builder highlighter need line-continuation slashes. ~~I'm not sure this necessarily needs changing.~~ [ Edit : I was forgetting the raw string part. ]
