chiark / gitweb /
el/dot-emacs.el: Highlight `:' as punctuation in Perl.
[profile] / 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.