chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8e23492
)
el/dot-emacs.el (mdw-fontify-rust): Spell the `crate' keyword correctly.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 14 Feb 2019 13:08:48 +0000
(13:08 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 14 Feb 2019 13:08:48 +0000
(13:08 +0000)
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index f797b17bf30dbe2370721ff5ff1a0899e7cf934d..f156ee8dd4e00cebf98207b795a1372f1070cc00 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-2657,7
+2657,7
@@
(defun mdw-fontify-rust ()
(let ((rust-keywords
(mdw-regexps "abstract" "alignof" "as"
"become" "box" "break"
- "const" "continue" "cr
e
ate"
+ "const" "continue" "crate"
"do"
"else" "enum" "extern"
"final" "fn" "for"