Minor fixes and additional colorscheme support

This commit is contained in:
Zachary Yedidia
2017-02-17 10:22:56 -05:00
parent 4193133ce4
commit 0cce513e73
8 changed files with 65 additions and 57 deletions
+12 -12
View File
@@ -4,15 +4,15 @@ detect:
filename: "\\.rest$|\\.rst$"
rules:
- red: "\\*\\*[^*]+\\*\\*"
- brightred: "::"
- blue: "`[^`]+`_{1,2}"
- yellow: "``[^`]+``"
- cyan: "^\\.\\. .*$"
- cyan: "^__ .*$"
- yellow: "^###+$"
- yellow: "^\\*\\*\\*+$"
- magenta: "^===+$"
- red: "^---+$"
- green: "^\\^\\^\\^+$"
- blue: "^\"\"\"+$"
- statement: "\\*\\*[^*]+\\*\\*"
- preproc: "::"
- constant.string: "`[^`]+`_{1,2}"
- constant.string: "``[^`]+``"
- identifier: "^\\.\\. .*$"
- identifier: "^__ .*$"
- type: "^###+$"
- type: "^\\*\\*\\*+$"
- special: "^===+$"
- special: "^---+$"
- special: "^\\^\\^\\^+$"
- special: "^\"\"\"+$"