Skip to content

Commit

Permalink
auto merge of #5539 : apasel422/rust/kate, r=brson
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Mar 26, 2013
2 parents ff9c943 + 8604165 commit dfedcc3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/etc/kate/rust.xml
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

0 comments on commit dfedcc3

Please sign in to comment.