D8651: cs,xml: added support for @ verbatim strings
Gene Thomas
noreply at phabricator.kde.org
Sat Nov 4 09:49:48 UTC 2017
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20171104/a5346052/attachment.html>
More information about the Kde-frameworks-devel
mailing list