##// 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 b''
25 (list
25 (list
26 '("^ \\(\\$\\|>>>\\) " 1 font-lock-builtin-face)
26 '("^ \\(\\$\\|>>>\\) " 1 font-lock-builtin-face)
27 '("^ \\(>\\|\\.\\.\\.\\) " 1 font-lock-constant-face)
27 '("^ \\(>\\|\\.\\.\\.\\) " 1 font-lock-constant-face)
28 '("^ \\(.*?\\)\\(\\( [(][-a-z]+[)]\\)*\\)$" 1 font-lock-string-face)
28 '("\\$?\\(HG\\|TEST\\)\\w+=?" . font-lock-variable-name-face)
29 '("\\$?\\(HG\\|TEST\\)\\w+=?" . font-lock-variable-name-face)
29 '("^ \\([[][0-9]+[]]\\)$" 1 font-lock-warning-face)
30 '("^ \\([[][0-9]+[]]\\)$" 1 font-lock-warning-face)
30 '("^ \\(.*?\\)\\(\\( [(][-a-z]+[)]\\)+\\)$" 2 font-lock-type-face)
31 '("^ \\(.*?\\)\\(\\( [(][-a-z]+[)]\\)+\\)$" 2 font-lock-type-face)
31 '("^ \\(.*?\\)\\(\\( [(][-a-z]+[)]\\)*\\)$" 1 font-lock-string-face)
32 '("^#.*" . font-lock-preprocessor-face)
32 '("^#.*" . font-lock-preprocessor-face)
33 '("^\\([^ ].*\\)$" 1 font-lock-comment-face)
33 '("^\\([^ ].*\\)$" 1 font-lock-comment-face)
34 )
34 )
General Comments 0
You need to be logged in to leave comments. Login now