Skip to content

Commit

Permalink
kate: remove const, log, and pure keywords, add super keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
apasel422 committed Mar 25, 2013
1 parent a56ec8c commit 8604165
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/etc/kate/rust.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<list name="keywords">
<item> as </item>
<item> break </item>
<item> const </item>
<item> copy </item>
<item> do </item>
<item> drop </item>
Expand All @@ -29,18 +28,17 @@
<item> if </item>
<item> impl </item>
<item> let </item>
<item> log </item>
<item> loop </item>
<item> match </item>
<item> mod </item>
<item> mut </item>
<item> priv </item>
<item> pub </item>
<item> pure </item>
<item> ref </item>
<item> return </item>
<item> static </item>
<item> struct </item>
<item> super </item>
<item> trait </item>
<item> unsafe </item>
<item> use </item>
Expand Down

5 comments on commit 8604165

@bors
Copy link
Contributor

@bors bors commented on 8604165 Mar 26, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 8604165 Mar 26, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging apasel422/rust/kate = 8604165 into auto

@bors
Copy link
Contributor

@bors bors commented on 8604165 Mar 26, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

apasel422/rust/kate = 8604165 merged ok, testing candidate = dfedcc3

@bors
Copy link
Contributor

@bors bors commented on 8604165 Mar 26, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 8604165 Mar 26, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding incoming to auto = dfedcc3

Please sign in to comment.