Skip to content

Commit 935b37a

Browse files
committed
fix string multi line connector '\' for kate
example: let m = "hello \ world";
1 parent c366e43 commit 935b37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/kate/rust.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
<DetectChar char="=" attribute="Normal Text" context="#pop"/>
250250
<DetectChar char="&lt;" attribute="Normal Text" context="#pop"/>
251251
</context>
252-
<context attribute="String" lineEndContext="#stay" name="String">
252+
<context attribute="String" lineEndContext="#pop" name="String">
253253
<LineContinue attribute="String" context="#stay"/>
254254
<DetectChar char="\" attribute="CharEscape" context="CharEscape"/>
255255
<DetectChar attribute="String" context="#pop" char="&quot;"/>

0 commit comments

Comments
 (0)