mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08: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: "^\"\"\"+$"
|