- 
    
Bug
 - 
    Resolution: Done
 - 
    
P3: Somewhat important
 - 
    Qt Creator 4.2.1
 - 
    None
 - 
    Arch Linux
Cinnamon 3.2.8
Linux 2P430D2 4.9.7-1-ARCH #1 SMP PREEMPT Wed Feb 1 19:33:40 CET 2017 x86_64 GNU/Linux 
Raw character strings can break the color model. Random following tokens are colored green.
Minimal example:
int main() { R"foo( )foo" ; return 0; }