mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-16 13:57:07 +09:00
25 lines
609 B
YAML
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: "\\|"
|