emacs: Add 'box' to keywords

This commit is contained in:
Brian Anderson 2014-04-24 22:40:45 -07:00
parent 3a321b001f
commit a67307e2a5

View File

@ -169,7 +169,7 @@
;; Font-locking definitions and helpers
(defconst rust-mode-keywords
'("as"
"break"
"box" "break"
"continue" "crate"
"do"
"else" "enum" "extern"