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