Skip to content

Commit b31926d

Browse files
committed
rollup merge of #20243: bombless/patch-1
2 parents 4dacf27 + 8387d1e commit b31926d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/etc/kate/rust.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@
245245
<context attribute="CharEscape" lineEndContext="#pop" name="CharEscape">
246246
<AnyChar String="nrt\&apos;&quot;" attribute="CharEscape" context="#pop"/>
247247
<RegExpr String="x[0-9a-fA-F]{2}" attribute="CharEscape" context="#pop"/>
248+
<RegExpr String="u\{[0-9a-fA-F]{1,6}\}" attribute="CharEscape" context="#pop"/>
248249
<RegExpr String="u[0-9a-fA-F]{4}" attribute="CharEscape" context="#pop"/>
249250
<RegExpr String="U[0-9a-fA-F]{8}" attribute="CharEscape" context="#pop"/>
250251
<RegExpr String="." attribute="Error" context="#pop"/>
@@ -255,7 +256,7 @@
255256
<Detect2Chars char="*" char1="/" attribute="Comment" context="#pop" endRegion="Comment"/>
256257
</context>
257258
</contexts>
258-
<itemDatas>
259+
<itemDatas>
259260
<itemData name="Normal Text" defStyleNum="dsNormal"/>
260261
<itemData name="Keyword" defStyleNum="dsKeyword" color="#770088" bold="1"/>
261262
<itemData name="Self" defStyleNum="dsKeyword" color="#FF0000" bold="1"/>

0 commit comments

Comments
 (0)