genethomas created this revision. Restricted Application added a project: Frameworks. Restricted Application added a subscriber: Frameworks.
REVISION SUMMARY This fix may have been submitted already via GitHub? In C# @"strings" can span multiple lines, do not \ escape chars and escape " as "". e.g. string text = @" some text some more text a quote "" and more text"; TEST PLAN load a test C# file into my editor with the modified cs.xml loaded and check that @"strings" are rendered correctly. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D8651 AFFECTED FILES data/syntax/cs.xml To: genethomas Cc: #frameworks