Minor fixes and additional colorscheme support

This commit is contained in:
Zachary Yedidia
2017-02-17 10:22:56 -05:00
parent 4193133ce4
commit 0cce513e73
8 changed files with 65 additions and 57 deletions
+13 -13
View File
@@ -4,16 +4,16 @@ detect:
filename: "ColorTest$"
rules:
- black: "\\<PLAIN\\>"
- red: "\\<red\\>"
- green: "\\<green\\>"
- yellow: "\\<yellow\\>"
- blue: "\\<blue\\>"
- magenta: "\\<magenta\\>"
- cyan: "\\<cyan\\>"
- brightred: "\\<brightred\\>"
- brightgreen: "\\<brightgreen\\>"
- brightyellow: "\\<brightyellow\\>"
- brightblue: "\\<brightblue\\>"
- brightmagenta: "\\<brightmagenta\\>"
- brightcyan: "\\<brightcyan\\>"
- black: "\\bPLAIN\\b"
- red: "\\bred\\b"
- green: "\\bgreen\\b"
- yellow: "\\byellow\\b"
- blue: "\\bblue\\b"
- magenta: "\\bmagenta\\b"
- cyan: "\\bcyan\\b"
- brightred: "\\bbrightred\\b"
- brightgreen: "\\bbrightgreen\\b"
- brightyellow: "\\bbrightyellow\\b"
- brightblue: "\\bbrightblue\\b"
- brightmagenta: "\\bbrightmagenta\\b"
- brightcyan: "\\bbrightcyan\\b"