|
|
|
@ -34,7 +34,7 @@
|
|
|
|
|
<!ENTITY rustIdent "[a-zA-Z_][a-zA-Z_0-9]*">
|
|
|
|
|
<!ENTITY rustIntSuf "([iu](8|16|32|64)?)?">
|
|
|
|
|
]>
|
|
|
|
|
<language name="Rust" version="1.0" kateversion="2.4" section="Sources" extensions="*.rs" mimetype="text/rust" priority="15">
|
|
|
|
|
<language name="Rust" version="1.1" kateversion="2.4" section="Sources" extensions="*.rs" mimetype="text/rust" priority="15">
|
|
|
|
|
<highlighting>
|
|
|
|
|
<list name="fn">
|
|
|
|
|
<item> fn </item>
|
|
|
|
@ -323,10 +323,14 @@
|
|
|
|
|
<RegExpr String="U[0-9a-fA-F]{8}" attribute="CharEscape" context="#pop"/>
|
|
|
|
|
<RegExpr String="." attribute="Error" context="#pop"/>
|
|
|
|
|
</context>
|
|
|
|
|
<context attribute="Comment" lineEndContext="#pop" name="Commentar 1"/>
|
|
|
|
|
<context attribute="Comment" lineEndContext="#pop" name="Commentar 1">
|
|
|
|
|
<LineContinue attribute="Comment" context="#stay"/>
|
|
|
|
|
<IncludeRules context="##Alerts" />
|
|
|
|
|
</context>
|
|
|
|
|
<context attribute="Comment" lineEndContext="#stay" name="Commentar 2">
|
|
|
|
|
<DetectSpaces/>
|
|
|
|
|
<Detect2Chars char="*" char1="/" attribute="Comment" context="#pop" endRegion="Comment"/>
|
|
|
|
|
<IncludeRules context="##Alerts" />
|
|
|
|
|
</context>
|
|
|
|
|
</contexts>
|
|
|
|
|
<itemDatas>
|
|
|
|
@ -348,6 +352,7 @@
|
|
|
|
|
<itemData name="Macro" defStyleNum="dsOthers"/>
|
|
|
|
|
<itemData name="Attribute" defStyleNum="dsOthers"/>
|
|
|
|
|
<itemData name="Lifetime" defStyleNum="dsOthers" bold="1"/>
|
|
|
|
|
<itemData name="Alert" defStyleNum="dsAlert" spellChecking="false"/>
|
|
|
|
|
<itemData name="Error" defStyleNum="dsError"/>
|
|
|
|
|
</itemDatas>
|
|
|
|
|
</highlighting>
|
|
|
|
|