##// END OF EJS Templates
hg-test-mode: don't highlight variables in output...
Matt Mackall -
r22109:feab93a2 default
parent child Browse files
Show More
@@ -25,10 +25,10
25 25 (list
26 26 '("^ \\(\\$\\|>>>\\) " 1 font-lock-builtin-face)
27 27 '("^ \\(>\\|\\.\\.\\.\\) " 1 font-lock-constant-face)
28 '("^ \\(.*?\\)\\(\\( [(][-a-z]+[)]\\)*\\)$" 1 font-lock-string-face)
28 29 '("\\$?\\(HG\\|TEST\\)\\w+=?" . font-lock-variable-name-face)
29 30 '("^ \\([[][0-9]+[]]\\)$" 1 font-lock-warning-face)
30 31 '("^ \\(.*?\\)\\(\\( [(][-a-z]+[)]\\)+\\)$" 2 font-lock-type-face)
31 '("^ \\(.*?\\)\\(\\( [(][-a-z]+[)]\\)*\\)$" 1 font-lock-string-face)
32 32 '("^#.*" . font-lock-preprocessor-face)
33 33 '("^\\([^ ].*\\)$" 1 font-lock-comment-face)
34 34 )
General Comments 0
You need to be logged in to leave comments. Login now