File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 43
43
<item > use </item >
44
44
<item > while </item >
45
45
</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 >
46
69
<list name =" types" >
47
70
<item > bool </item >
48
71
<item > int </item >
164
187
<keyword String =" type" attribute =" Keyword" context =" Type" />
165
188
<keyword String =" keywords" attribute =" Keyword" context =" #stay" />
166
189
<keyword String =" types" attribute =" Type" context =" #stay" />
190
+ <keyword String =" traits" attribute =" Trait" context =" #stay" />
167
191
<keyword String =" ctypes" attribute =" CType" context =" #stay" />
168
192
<keyword String =" self" attribute =" Self" context =" #stay" />
169
193
<keyword String =" constants" attribute =" Constant" context =" #stay" />
213
237
<itemData name =" Keyword" defStyleNum =" dsKeyword" color =" #770088" bold =" 1" />
214
238
<itemData name =" Self" defStyleNum =" dsKeyword" color =" #FF0000" bold =" 1" />
215
239
<itemData name =" Type" defStyleNum =" dsKeyword" color =" #4e9a06" bold =" 1" />
240
+ <itemData name =" Trait" defStyleNum =" dsKeyword" color =" #4e9a06" bold =" 1" />
216
241
<itemData name =" CType" defStyleNum =" dsNormal" color =" #4e9a06" />
217
242
<itemData name =" Constant" defStyleNum =" dsKeyword" color =" #116644" />
218
243
<itemData name =" CConstant" defStyleNum =" dsNormal" color =" #116644" />
You can’t perform that action at this time.
0 commit comments