diff contrib/hg-test-mode.el @ 22125:7fce964be27d

hg-test-mode: make exit code highlight work again
author Matt Mackall <mpm@selenic.com>
date Tue, 12 Aug 2014 12:53:23 -0500
parents feab93a24e81
children b6a757de2fff
line wrap: on
line diff
--- 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)