https://bugs.kde.org/show_bug.cgi?id=440038
Bug ID: 440038 Summary: Special highlight for C++ raw string delimiters Product: frameworks-syntax-highlighting Version: 5.84.0 Platform: unspecified OS: Unspecified Status: REPORTED Severity: wishlist Priority: NOR Component: syntax Assignee: kwrite-bugs-n...@kde.org Reporter: david.hu...@mailbox.org CC: david.hu...@mailbox.org, walter.von.entfer...@posteo.net Target Milestone: --- SUMMARY C++ raw string are recognized correctly. For example, writing the following in a .cpp file highlights the whole line as C++ string: > R"raw(abcdef)wrong" // This raw string looks shorter that it is. )raw" However, the whole line is highlighted in only one style. It would be helpful, if the syntax highlight in this case differentiates between the delimiters R"raw( and )raw", and the content. This is currently not configurable, the whole raw string is just a “C++ String”. I would like to change the highlight only for the delimiters. SOFTWARE VERSIONS KDE Frameworks Version: 5.85 -- You are receiving this mail because: You are watching all bug changes.