We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4779b5 + c6e19ae commit 0deb16aCopy full SHA for 0deb16a
src/etc/kate/rust.xml
@@ -202,7 +202,7 @@
202
<RegExpr String="[0-9][0-9_]*\.[0-9_]*([eE][+-]?[0-9_]+)?(f32|f64|f)?" attribute="Number" context="#stay"/>
203
<RegExpr String="[0-9][0-9_]*&rustIntSuf;" attribute="Number" context="#stay"/>
204
<Detect2Chars char="#" char1="[" attribute="Attribute" context="Attribute" beginRegion="Attribute"/>
205
- <Detect2Chars char="#" char1="!" char2="[" attribute="Attribute" context="Attribute" beginRegion="Attribute"/>
+ <StringDetect String="#![" attribute="Attribute" context="Attribute" beginRegion="Attribute"/>
206
<RegExpr String="&rustIdent;::" attribute="Scope"/>
207
<RegExpr String="&rustIdent;!" attribute="Macro"/>
208
<RegExpr String="'&rustIdent;(?!')" attribute="Lifetime"/>
0 commit comments