cs,xml: added support for @ verbatim strings
Needs ReviewPublic

Authored by genethomas on Nov 4 2017, 9:49 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
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.

Diff Detail

Repository
R216 Syntax Highlighting
Lint
Lint Skipped
Unit
Unit Tests Skipped
genethomas created this revision.Nov 4 2017, 9:49 AM
Restricted Application added a project: Frameworks. · View Herald TranscriptNov 4 2017, 9:49 AM
Restricted Application added a subscriber: Frameworks. · View Herald Transcript