log4-hi-mode.el
changeset 1261 ebbd2c480f1d
parent 1137 b260dc221119
child 1497 9a881de3da24
--- a/log4-hi-mode.el	Wed Mar 11 23:56:20 2015 +0200
+++ b/log4-hi-mode.el	Wed Mar 11 23:57:02 2015 +0200
@@ -1,3 +1,9 @@
+;;; log4-hi-mode.el --- Syntax highlighting logs keywords.
+
+;;; Commentary:
+;; Used for highlighting ERROR/WARN/INFO like keywords and dates in logs.
+
+;;; Code:
 
 (defface log4-hi-error-face
   '((t :inherit error))
@@ -51,3 +57,7 @@
   (font-lock-fontify-buffer))
 
 (provide 'log4-hi-mode)
+
+(provide 'log4-hi-mode)
+
+;;; log4-hi-mode.el ends here