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:
821c494
)
el/dot-emacs.el: Highlight `:' as punctuation in Perl.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 28 Jun 2015 11:31:58 +0000
(12:31 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 28 Jun 2015 11:34:48 +0000
(12:34 +0100)
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index 2ceb0774d30979d2ebcb15ed2522220138dd43db..bd2938540eecb0f7858ae029bfa8449ec397c3d6 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-2141,6
+2141,7
@@
(defun mdw-fontify-perl ()
;; Miscellaneous fiddling.
(modify-syntax-entry ?$ "\\")
(modify-syntax-entry ?$ "\\" font-lock-syntax-table)
+ (modify-syntax-entry ?: "." font-lock-syntax-table)
(mdw-standard-fill-prefix "\\([ \t]*#+[ \t]*\\)")
;; Now define fontification things.