C++11 raw string literal syntax hightlighting
-
I just started using C++11 raw string literals and I was surprised notepad++ does not highlight them as strings.
Example: R"(my string, no need to double the backslash)"
I know it works fine for python.
Is it true or something went wrong the last time I updated notepad++ (it already happen, my global styles are modified and the update process failed to merge the two styles)?