Mercurial > hg
changeset 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 | e51784473fc0 |
children | 651b2149f1e7 |
files | contrib/hg-test-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)