diff -r 47bc80daa918 -r ebbd2c480f1d log4-hi-mode.el --- 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