From: Mark Wooding Date: Thu, 14 Feb 2019 13:06:54 +0000 (+0000) Subject: el/dot-emacs.el (mdw-fontify-rexx): Highlight `¬' properly. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/96f196d64c61c982299d5b378644172488c821b4?ds=inline el/dot-emacs.el (mdw-fontify-rexx): Highlight `¬' properly. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 76bac70..19b1f38 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -3168,6 +3168,8 @@ (defun mdw-fontify-rexx () (local-set-key [?*] 'mdw-rexx-electric-*) (mapcar #'(lambda (ch) (modify-syntax-entry ch "w")) '(?! ?? ?# ?@ ?$)) + (mapcar #'(lambda (ch) (modify-syntax-entry ch ".")) + '(?¬)) (mdw-standard-fill-prefix "\\([ \t]*/?\*[ \t]*\\)") ;; Set up keywords and things for fontification.