my-log-mode.el
changeset 567 83b075682c97
parent 566 5efbc78b8c41
child 568 733640a153f5
--- a/my-log-mode.el	Wed Feb 09 01:03:42 2011 +0200
+++ b/my-log-mode.el	Wed Feb 09 12:05:27 2011 +0200
@@ -50,9 +50,9 @@
   nil
   '(
     ("^\\([^:]+\\):\\([[:digit:]]+\\):[^
-]+$" (1 font-lock-keyword-face) (2 font-lock-type-face))
+]+$" (1 font-lock-function-name-face) (2 font-lock-type-face))
     ("^\\([^:]\\{1,10\\}\\):[^
-]+$" (1 font-lock-function-name-face))
+]+$" (1 font-lock-keyword-face))
     )
   ;; '("\\.log$")
   nil