From: Mark Wooding Date: Thu, 14 Feb 2019 13:08:26 +0000 (+0000) Subject: el/dot-emacs.el (mdw-fontify-rust): Highlight `%' properly. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/8e23492934369e1d9121e1543b963e974ca0bc19 el/dot-emacs.el (mdw-fontify-rust): Highlight `%' properly. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 19b1f38..f797b17 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -2649,6 +2649,7 @@ name, as a symbol." (defun mdw-fontify-rust () ;; Hack syntax categories. + (modify-syntax-entry ?% ".") (modify-syntax-entry ?= ".") ;; Fontify keywords and things.