File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed 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