hg-test-mode: make exit code highlight work again
authorMatt Mackall <mpm@selenic.com>
Tue, 12 Aug 2014 12:53:23 -0500
changeset 22125 7fce964be27d
parent 22124 e51784473fc0
child 22126 651b2149f1e7
hg-test-mode: make exit code highlight work again
contrib/hg-test-mode.el
--- a/contrib/hg-test-mode.el	Wed Jun 25 16:37:06 2014 +0100
+++ b/contrib/hg-test-mode.el	Tue Aug 12 12:53:23 2014 -0500
@@ -25,9 +25,9 @@
   (list
    '("^  \\(\\$\\|>>>\\) " 1 font-lock-builtin-face)
    '("^  \\(>\\|\\.\\.\\.\\) " 1 font-lock-constant-face)
+   '("^  \\([[][0-9]+[]]\\)$" 1 font-lock-warning-face)
    '("^  \\(.*?\\)\\(\\( [(][-a-z]+[)]\\)*\\)$" 1 font-lock-string-face)
    '("\\$?\\(HG\\|TEST\\)\\w+=?" . font-lock-variable-name-face)
-   '("^  \\([[][0-9]+[]]\\)$" 1 font-lock-warning-face)
    '("^  \\(.*?\\)\\(\\( [(][-a-z]+[)]\\)+\\)$" 2 font-lock-type-face)
    '("^#.*" . font-lock-preprocessor-face)
    '("^\\([^ ].*\\)$" 1 font-lock-comment-face)