Skip to content

Commit

Permalink
auto merge of #9401 : bytbox/rust/master, r=thestinger
Browse files Browse the repository at this point in the history
Along with a tiny bit of cleanup in rust.vim.
  • Loading branch information
bors committed Sep 22, 2013
2 parents d72e332 + 72633a2 commit eabcb39
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Expand Up @@ -39,7 +39,6 @@
<keyword>assert</keyword>
<keyword>break</keyword>
<keyword>const</keyword>
<keyword>copy</keyword>
<keyword>do</keyword>
<keyword>drop</keyword>
<keyword>else</keyword>
Expand Down
1 change: 0 additions & 1 deletion src/etc/kate/rust.xml
Expand Up @@ -18,7 +18,6 @@
<list name="keywords">
<item> as </item>
<item> break </item>
<item> copy </item>
<item> do </item>
<item> drop </item>
<item> else </item>
Expand Down
3 changes: 1 addition & 2 deletions src/etc/vim/syntax/rust.vim
Expand Up @@ -18,9 +18,8 @@ syn keyword rustOperator as

syn match rustAssert "\<assert\(\w\)*!" contained
syn match rustFail "\<fail\(\w\)*!" contained
syn keyword rustKeyword break copy do extern
syn keyword rustKeyword break do extern
syn keyword rustKeyword in if impl let log
syn keyword rustKeyword copy do extern
syn keyword rustKeyword for impl let log
syn keyword rustKeyword loop mod once priv pub
syn keyword rustKeyword return
Expand Down

0 comments on commit eabcb39

Please sign in to comment.