Files
go-highlite/syntax_files/colortest.yaml
T
Colin Rioux 4193133ce4 Added a lot more syntax files (#3)
* Added ct, git, glsl, json, pascal, sol, and text

* ct

* \n

* Added dart, keymap, lily, mail, ocaml, r, and rest
2017-02-17 10:13:08 -05:00

20 lines
483 B
YAML

filetype: colortest
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\\>"