Wed, 13 May 2020 15:40:47 -0500
Explain that extensions cannot seem to be able to contribute token colours.
0 | 1 | { |
2 | "comments": { | |
3 | "lineComment": "%" | |
4 | }, | |
5 | "brackets": [ | |
6 | ["{", "}"], | |
7 | ["[", "]"], | |
8 | ["(", ")"], | |
9 | ["\\left", "\\right"] | |
10 | ], | |
11 | "autoClosingPairs": [ | |
12 | ["{", "}"], | |
13 | ["[", "]"], | |
14 | ["(", ")"], | |
15 | ["`", "'"] | |
16 | ], | |
17 | "surroundingPairs": [ | |
18 | ["{", "}"], | |
19 | ["[", "]"], | |
20 | ["(", ")"], | |
21 | ["\"", "\""], | |
22 | ["'", "'"], | |
23 | ["`", "'"], | |
24 | ["$", "$"] | |
25 | ], | |
26 | "indentationRules": { | |
27 | "increaseIndentPattern": "(\\\\begin{(?!document))", | |
28 | "decreaseIndentPattern": "(\\\\end{(?!document))" | |
29 | }, | |
30 | "folding": { | |
31 | "markers": { | |
32 | "start": "^\\s*%\\s*#?region\\b.*", | |
33 | "end": "^\\s*%\\s*#?endregion\\b.*" | |
34 | } | |
35 | }, | |
36 | "autoCloseBefore": ";:.,=}])>\\` \n\t$", | |
37 | "wordPattern": "(__)|(\\*\\*)|(@.)|(\\.\\.\\.)|([^\\s`'\"~_!?|$#@%^&*\\-=+;:,.<>(){}[\\]\\\\\\/]{2,})" | |
38 | } |