Show More
@@ -25,6 +25,7 b'' | |||
|
25 | 25 | (list |
|
26 | 26 | '("^ \\(\\$\\|>>>\\) " 1 font-lock-builtin-face) |
|
27 | 27 | '("^ \\(>\\|\\.\\.\\.\\) " 1 font-lock-constant-face) |
|
28 | '("\\$?\\(HG\\|TEST\\)\\w+=?" . font-lock-variable-name-face) | |
|
28 | 29 | '("^ \\([[][0-9]+[]]\\)$" 1 font-lock-warning-face) |
|
29 | 30 | '("^ \\(.*?\\)\\(\\( [(][-a-z]+[)]\\)+\\)$" 2 font-lock-type-face) |
|
30 | 31 | '("^ \\(.*?\\)\\(\\( [(][-a-z]+[)]\\)*\\)$" 1 font-lock-string-face) |
General Comments 0
You need to be logged in to leave comments.
Login now