Files
zyedidia.micro/runtime/syntax/reST.yaml
2017-03-21 14:55:22 -04:00

25 lines
609 B
YAML

filetype: rst
detect:
filename: "\\.rest$|\\.rst$"
rules:
- identifier: "^[\\*+\\-] "
- identifier: "^[0-9]+?\\. "
- type: "\\*[^*]+?\\*"
- type.keyword: "\\*\\*[^\\*]+\\*\\*"
- symbol: "::"
- underlined.url: "`[^`]+`_{1,2}"
- special: "``[^`]+``"
- comment: "^\\.\\. .*$"
- underlined: "^__ .*$"
- statement: "^###+$"
- statement: "^\\*\\*\\*+$"
- preproc: "^===+$"
- identifier: "^---+$"
- type.keyword: "^\\^\\^\\^+$"
- constant: "^\"\"\"+$"
- underlined.url: "http(s)?://[^ )>]+"
- preproc: "\\+[\\-=+]+\\+"
- preproc: "\\|"