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