From: Mark Wooding Date: Thu, 14 Feb 2019 13:08:48 +0000 (+0000) Subject: el/dot-emacs.el (mdw-fontify-rust): Spell the `crate' keyword correctly. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/260564a3e47fc87a9194b8f2241ab8dd04f0116f el/dot-emacs.el (mdw-fontify-rust): Spell the `crate' keyword correctly. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index f797b17..f156ee8 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -2657,7 +2657,7 @@ name, as a symbol." (let ((rust-keywords (mdw-regexps "abstract" "alignof" "as" "become" "box" "break" - "const" "continue" "create" + "const" "continue" "crate" "do" "else" "enum" "extern" "final" "fn" "for"