From 0e58eb3dbe2bf2507299ae1e134666c17230fd98 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 24 Apr 2014 22:40:45 -0700 Subject: 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" -- cgit v1.2.3