diff options
Diffstat (limited to 'rust-mode.el')
| -rw-r--r-- | rust-mode.el | 2 |
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" |
