diff options
| author | Brian Anderson <banderson@mozilla.com> | 2014-04-24 22:40:45 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2014-05-02 23:00:10 -0700 |
| commit | 0e58eb3dbe2bf2507299ae1e134666c17230fd98 (patch) | |
| tree | 45f1fe7e4b3ac4d60b211232b51f54b14e92e5d8 | |
| parent | bc78d1712e82fbc504a86b0f819be40563c5483d (diff) | |
| download | rust-mode-0e58eb3dbe2bf2507299ae1e134666c17230fd98.tar.gz | |
emacs: Add 'box' to keywords
| -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" |
