mirror of
https://github.com/rwinkhart/go-highlite.git
synced 2026-09-05 16:37:20 -04:00
Minor fixes and additional colorscheme support
This commit is contained in:
+13
-13
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user