chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
8a075bd
)
el/dot-emacs.el (mdw-fontify-rexx): Highlight `¬' properly.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 14 Feb 2019 13:06:54 +0000
(13:06 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 14 Feb 2019 13:08:00 +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 76bac70215a479492cbdf88595a151dfd7e789c9..19b1f382110b92ebc4fd768cb5a799aec3d46e40 100644
(file)
--- 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"))
'(?! ?? ?# ?@ ?$))
(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.
(mdw-standard-fill-prefix "\\([ \t]*/?\*[ \t]*\\)")
;; Set up keywords and things for fontification.