Rollup merge of #21123 - visualfc:master, r=alexcrichton
example:
let m = "hello \
world";
This commit is contained in:
commit
0225f9a380
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@
|
|||
<DetectChar char="=" attribute="Normal Text" context="#pop"/>
|
||||
<DetectChar char="<" 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="""/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue