mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-21 22:54:45 +00:00
19 lines
408 B
YAML
19 lines
408 B
YAML
|
|
filetype: rst
|
||
|
|
|
||
|
|
detect:
|
||
|
|
filename: "\\.rest$|\\.rst$"
|
||
|
|
|
||
|
|
rules:
|
||
|
|
- statement: "\\*\\*[^*]+\\*\\*"
|
||
|
|
- preproc: "::"
|
||
|
|
- constant.string: "`[^`]+`_{1,2}"
|
||
|
|
- constant.string: "``[^`]+``"
|
||
|
|
- identifier: "^\\.\\. .*$"
|
||
|
|
- identifier: "^__ .*$"
|
||
|
|
- type: "^###+$"
|
||
|
|
- type: "^\\*\\*\\*+$"
|
||
|
|
- special: "^===+$"
|
||
|
|
- special: "^---+$"
|
||
|
|
- special: "^\\^\\^\\^+$"
|
||
|
|
- special: "^\"\"\"+$"
|