Files
go-highlite/syntax_files/reST.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

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: "^\"\"\"+$"