summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2014-04-24 22:40:45 -0700
committerBrian Anderson <banderson@mozilla.com>2014-05-02 23:00:10 -0700
commit0e58eb3dbe2bf2507299ae1e134666c17230fd98 (patch)
tree45f1fe7e4b3ac4d60b211232b51f54b14e92e5d8
parentbc78d1712e82fbc504a86b0f819be40563c5483d (diff)
downloadrust-mode-0e58eb3dbe2bf2507299ae1e134666c17230fd98.tar.gz
emacs: Add 'box' to keywords
-rw-r--r--rust-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-mode.el b/rust-mode.el
index f436bcb..580e5f8 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -169,7 +169,7 @@
;; Font-locking definitions and helpers
(defconst rust-mode-keywords
'("as"
- "break"
+ "box" "break"
"continue" "crate"
"do"
"else" "enum" "extern"