author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Wed, 11 Mar 2015 23:57:02 +0200 | |
changeset 1261 | ebbd2c480f1d |
parent 1260 | 47bc80daa918 |
child 1269 | ffa96b1c6f9f |
log4-hi-mode.el | file | annotate | diff | comparison | revisions |
--- 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