Skip to content

Commit

Permalink
Add crate to emacs and kate modefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyball committed Feb 14, 2014
1 parent c718e0e commit fff1222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/etc/emacs/rust-mode.el
Expand Up @@ -130,6 +130,7 @@
'("as"
"break"
"continue"
"crate"
"do"
"else" "enum" "extern"
"false" "fn" "for"
Expand Down
1 change: 1 addition & 0 deletions src/etc/kate/rust.xml
Expand Up @@ -19,6 +19,7 @@
<item> as </item>
<item> break </item>
<item> continue </item>
<item> crate </item>
<item> do </item>
<item> drop </item>
<item> else </item>
Expand Down

0 comments on commit fff1222

Please sign in to comment.