File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
branches/auto/src/etc/kate Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
14
14
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
15
15
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
16
16
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
17
- refs/heads/auto: 11d10fdb092a02d4cad482ddd720a0330f31d299
17
+ refs/heads/auto: bcd95d0254bf6bd874a455ffe0e17354ea68f79b
Original file line number Diff line number Diff line change 176
176
<RegExpr String =" [0-9][0-9_]*(u8|u16|u32|u64|i8|i16|i32|i64|u|i)?" attribute =" Number" context =" #stay" />
177
177
<RegExpr String =" &rustIdent; ::" attribute =" Scope" />
178
178
<RegExpr String =" &rustIdent; !" attribute =" Macro" />
179
+ <RegExpr String =" '&rustIdent; (?!' )" attribute =" Lifetime" />
179
180
<DetectChar char =" {" attribute =" Symbol" context =" #stay" beginRegion =" Brace" />
180
181
<DetectChar char =" }" attribute =" Symbol" context =" #stay" endRegion =" Brace" />
181
182
<DetectChar char =" " " attribute =" String" context =" String" />
223
224
<itemData name =" String Char" defStyleNum =" dsChar" color =" #FF0000" />
224
225
<itemData name =" Character" defStyleNum =" dsChar" color =" #FF0000" />
225
226
<itemData name =" Macro" defStyleNum =" dsOthers" />
227
+ <itemData name =" Lifetime" defStyleNum =" dsOthers" bold =" 1" />
226
228
</itemDatas >
227
229
</highlighting >
228
230
<general >
You can’t perform that action at this time.
0 commit comments