mirror of
https://github.com/rwinkhart/go-highlite.git
synced 2026-08-31 06:16:27 -04:00
* Added ct, git, glsl, json, pascal, sol, and text * ct * \n * Added dart, keymap, lily, mail, ocaml, r, and rest
19 lines
367 B
YAML
19 lines
367 B
YAML
filetype: rst
|
|
|
|
detect:
|
|
filename: "\\.rest$|\\.rst$"
|
|
|
|
rules:
|
|
- red: "\\*\\*[^*]+\\*\\*"
|
|
- brightred: "::"
|
|
- blue: "`[^`]+`_{1,2}"
|
|
- yellow: "``[^`]+``"
|
|
- cyan: "^\\.\\. .*$"
|
|
- cyan: "^__ .*$"
|
|
- yellow: "^###+$"
|
|
- yellow: "^\\*\\*\\*+$"
|
|
- magenta: "^===+$"
|
|
- red: "^---+$"
|
|
- green: "^\\^\\^\\^+$"
|
|
- blue: "^\"\"\"+$"
|