Add converted syntax files

This commit is contained in:
Zachary Yedidia
2017-03-21 14:55:22 -04:00
parent fa7f89a400
commit b977bf5cca
104 changed files with 1807 additions and 1233 deletions

View File

@@ -1,18 +1,24 @@
filetype: rst
detect:
detect:
filename: "\\.rest$|\\.rst$"
rules:
- statement: "\\*\\*[^*]+\\*\\*"
- preproc: "::"
- constant.string: "`[^`]+`_{1,2}"
- constant.string: "``[^`]+``"
- identifier: "^\\.\\. .*$"
- identifier: "^__ .*$"
- type: "^###+$"
- type: "^\\*\\*\\*+$"
- special: "^===+$"
- special: "^---+$"
- special: "^\\^\\^\\^+$"
- special: "^\"\"\"+$"
- 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: "\\|"