Skip to content

Commit e4e4f9e

Browse files
committed
---
yaml --- r: 138687 b: refs/heads/try2 c: bcd95d0 h: refs/heads/master i: 138685: 2be42cd 138683: 5c8fb20 138679: b47939d 138671: 183cb1e 138655: 24f1c38 138623: 8dc565c v: v3
1 parent f94f737 commit e4e4f9e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
55
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: 11d10fdb092a02d4cad482ddd720a0330f31d299
8+
refs/heads/try2: bcd95d0254bf6bd874a455ffe0e17354ea68f79b
99
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try2/src/etc/kate/rust.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@
176176
<RegExpr String="[0-9][0-9_]*(u8|u16|u32|u64|i8|i16|i32|i64|u|i)?" attribute="Number" context="#stay"/>
177177
<RegExpr String="&rustIdent;::" attribute="Scope"/>
178178
<RegExpr String="&rustIdent;!" attribute="Macro"/>
179+
<RegExpr String="&apos;&rustIdent;(?!&apos;)" attribute="Lifetime"/>
179180
<DetectChar char="{" attribute="Symbol" context="#stay" beginRegion="Brace" />
180181
<DetectChar char="}" attribute="Symbol" context="#stay" endRegion="Brace" />
181182
<DetectChar char="&quot;" attribute="String" context="String"/>
@@ -223,6 +224,7 @@
223224
<itemData name="String Char" defStyleNum="dsChar" color="#FF0000"/>
224225
<itemData name="Character" defStyleNum="dsChar" color="#FF0000"/>
225226
<itemData name="Macro" defStyleNum="dsOthers"/>
227+
<itemData name="Lifetime" defStyleNum="dsOthers" bold="1"/>
226228
</itemDatas>
227229
</highlighting>
228230
<general>

0 commit comments

Comments
 (0)