summaryrefslogtreecommitdiff
path: root/rust-mode.el
diff options
context:
space:
mode:
authorKevin Ballard <kevin@sb.org>2014-02-14 14:36:37 -0800
committerKevin Ballard <kevin@sb.org>2014-02-14 14:37:07 -0800
commit6b323f347c653f2b09fd3bbff878c252c69df44c (patch)
tree260eb673b085ebf8c28e61267730ad7270fa5910 /rust-mode.el
parent38dab12b9008966a4cecf3a1a9494224a17c0432 (diff)
downloadrust-mode-6b323f347c653f2b09fd3bbff878c252c69df44c.tar.gz
Add crate to emacs and kate modefiles
Diffstat (limited to 'rust-mode.el')
-rw-r--r--rust-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust-mode.el b/rust-mode.el
index bf5fec3..95732f2 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -130,6 +130,7 @@
'("as"
"break"
"continue"
+ "crate"
"do"
"else" "enum" "extern"
"false" "fn" "for"