Skip to content

Commit 0b2f50c

Browse files
committed
---
yaml --- r: 48101 b: refs/heads/incoming c: ecf1eea h: refs/heads/master i: 48099: 0de127c v: v3
1 parent 45d97fe commit 0b2f50c

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ refs/heads/try: 2a8fb58d79e685d5ca07b039badcf2ae3ef077ea
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
9-
refs/heads/incoming: bcd95d0254bf6bd874a455ffe0e17354ea68f79b
9+
refs/heads/incoming: ecf1eea1e11ea8f817a3e622493e554887c7e737
1010
refs/heads/dist-snap: 8b98e5a296d95c5e832db0756828e5bec31c6f50
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1212
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,29 @@
4343
<item> use </item>
4444
<item> while </item>
4545
</list>
46+
<list name="traits">
47+
<item> Const </item>
48+
<item> Copy </item>
49+
<item> Send </item>
50+
<item> Owned </item>
51+
<item> Eq </item>
52+
<item> Ord </item>
53+
<item> Num </item>
54+
<item> Ptr </item>
55+
<item> Drop </item>
56+
<item> Add </item>
57+
<item> Sub </item>
58+
<item> Mul </item>
59+
<item> Div </item>
60+
<item> Modulo </item>
61+
<item> Neg </item>
62+
<item> BitAnd </item>
63+
<item> BitOr </item>
64+
<item> BitXor </item>
65+
<item> Shl </item>
66+
<item> Shr </item>
67+
<item> Index </item>
68+
</list>
4669
<list name="types">
4770
<item> bool </item>
4871
<item> int </item>
@@ -164,6 +187,7 @@
164187
<keyword String="type" attribute="Keyword" context="Type"/>
165188
<keyword String="keywords" attribute="Keyword" context="#stay"/>
166189
<keyword String="types" attribute="Type" context="#stay"/>
190+
<keyword String="traits" attribute="Trait" context="#stay"/>
167191
<keyword String="ctypes" attribute="CType" context="#stay"/>
168192
<keyword String="self" attribute="Self" context="#stay"/>
169193
<keyword String="constants" attribute="Constant" context="#stay"/>
@@ -213,6 +237,7 @@
213237
<itemData name="Keyword" defStyleNum="dsKeyword" color="#770088" bold="1"/>
214238
<itemData name="Self" defStyleNum="dsKeyword" color="#FF0000" bold="1"/>
215239
<itemData name="Type" defStyleNum="dsKeyword" color="#4e9a06" bold="1"/>
240+
<itemData name="Trait" defStyleNum="dsKeyword" color="#4e9a06" bold="1"/>
216241
<itemData name="CType" defStyleNum="dsNormal" color="#4e9a06"/>
217242
<itemData name="Constant" defStyleNum="dsKeyword" color="#116644"/>
218243
<itemData name="CConstant" defStyleNum="dsNormal" color="#116644"/>

0 commit comments

Comments
 (0)