mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 06:20:28 +00:00
18 lines
408 B
YAML
18 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: "^\"\"\"+$"
|