chiark / gitweb /
el/dot-emacs.el: Highlight `:' as punctuation in Perl.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 28 Jun 2015 11:31:58 +0000 (12:31 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 28 Jun 2015 11:34:48 +0000 (12:34 +0100)
el/dot-emacs.el

index 2ceb0774d30979d2ebcb15ed2522220138dd43db..bd2938540eecb0f7858ae029bfa8449ec397c3d6 100644 (file)
@@ -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.