branch: elpa/rust-mode
commit 0e58eb3dbe2bf2507299ae1e134666c17230fd98
Author: Brian Anderson <[email protected]>
Commit: Brian Anderson <[email protected]>
emacs: Add 'box' to keywords
---
rust-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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"