Rollup merge of #21123 - visualfc:master, r=alexcrichton

example:
let m = "hello \
           world";
This commit is contained in:
Barosl LEE 2015-01-21 02:16:51 +09:00
commit 0225f9a380

View File

@ -249,7 +249,7 @@
<DetectChar char="=" attribute="Normal Text" context="#pop"/>
<DetectChar char="&lt;" attribute="Normal Text" context="#pop"/>
</context>
<context attribute="String" lineEndContext="#stay" name="String">
<context attribute="String" lineEndContext="#pop" name="String">
<LineContinue attribute="String" context="#stay"/>
<DetectChar char="\" attribute="CharEscape" context="CharEscape"/>
<DetectChar attribute="String" context="#pop" char="&quot;"/>