From 8e23492934369e1d9121e1543b963e974ca0bc19 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 14 Feb 2019 13:08:26 +0000 Subject: [PATCH] el/dot-emacs.el (mdw-fontify-rust): Highlight `%' properly. --- el/dot-emacs.el | 1 + 1 file changed, 1 insertion(+) 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. -- 2.11.0