@theia/monaco 1.45.0 → 1.46.0-next.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +100 -100
- package/data/monaco-nls.json +1379 -1379
- package/data/monaco-themes/vscode/dark_plus.json +201 -201
- package/data/monaco-themes/vscode/dark_theia.json +5 -5
- package/data/monaco-themes/vscode/dark_vs.json +393 -393
- package/data/monaco-themes/vscode/hc_black.json +457 -457
- package/data/monaco-themes/vscode/hc_light.json +590 -590
- package/data/monaco-themes/vscode/hc_theia.json +5 -5
- package/data/monaco-themes/vscode/hc_theia_light.json +5 -5
- package/data/monaco-themes/vscode/light_plus.json +202 -202
- package/data/monaco-themes/vscode/light_theia.json +10 -10
- package/data/monaco-themes/vscode/light_vs.json +421 -421
- package/lib/browser/index.d.ts +1 -1
- package/lib/browser/index.js +28 -28
- package/lib/browser/markdown-renderer/monaco-markdown-renderer.d.ts +20 -24
- package/lib/browser/markdown-renderer/monaco-markdown-renderer.d.ts.map +1 -1
- package/lib/browser/markdown-renderer/monaco-markdown-renderer.js +122 -137
- package/lib/browser/markdown-renderer/monaco-markdown-renderer.js.map +1 -1
- package/lib/browser/monaco-bulk-edit-service.d.ts +12 -14
- package/lib/browser/monaco-bulk-edit-service.d.ts.map +1 -1
- package/lib/browser/monaco-bulk-edit-service.js +66 -66
- package/lib/browser/monaco-bulk-edit-service.js.map +1 -1
- package/lib/browser/monaco-color-registry.d.ts +16 -16
- package/lib/browser/monaco-color-registry.js +82 -82
- package/lib/browser/monaco-command-registry.d.ts +19 -19
- package/lib/browser/monaco-command-registry.d.ts.map +1 -1
- package/lib/browser/monaco-command-registry.js +88 -85
- package/lib/browser/monaco-command-registry.js.map +1 -1
- package/lib/browser/monaco-command-service.d.ts +21 -26
- package/lib/browser/monaco-command-service.d.ts.map +1 -1
- package/lib/browser/monaco-command-service.js +93 -92
- package/lib/browser/monaco-command-service.js.map +1 -1
- package/lib/browser/monaco-command.d.ts +88 -94
- package/lib/browser/monaco-command.d.ts.map +1 -1
- package/lib/browser/monaco-command.js +294 -307
- package/lib/browser/monaco-command.js.map +1 -1
- package/lib/browser/monaco-context-key-service.d.ts +22 -22
- package/lib/browser/monaco-context-key-service.d.ts.map +1 -1
- package/lib/browser/monaco-context-key-service.js +146 -147
- package/lib/browser/monaco-context-key-service.js.map +1 -1
- package/lib/browser/monaco-context-menu.d.ts +17 -16
- package/lib/browser/monaco-context-menu.d.ts.map +1 -1
- package/lib/browser/monaco-context-menu.js +112 -102
- package/lib/browser/monaco-context-menu.js.map +1 -1
- package/lib/browser/monaco-diff-editor.d.ts +29 -29
- package/lib/browser/monaco-diff-editor.d.ts.map +1 -1
- package/lib/browser/monaco-diff-editor.js +74 -74
- package/lib/browser/monaco-diff-editor.js.map +1 -1
- package/lib/browser/monaco-diff-navigator-factory.d.ts +6 -7
- package/lib/browser/monaco-diff-navigator-factory.d.ts.map +1 -1
- package/lib/browser/monaco-diff-navigator-factory.js +45 -66
- package/lib/browser/monaco-diff-navigator-factory.js.map +1 -1
- package/lib/browser/monaco-editor-model.d.ts +158 -156
- package/lib/browser/monaco-editor-model.d.ts.map +1 -1
- package/lib/browser/monaco-editor-model.js +562 -559
- package/lib/browser/monaco-editor-model.js.map +1 -1
- package/lib/browser/monaco-editor-provider.d.ts +70 -89
- package/lib/browser/monaco-editor-provider.d.ts.map +1 -1
- package/lib/browser/monaco-editor-provider.js +386 -440
- package/lib/browser/monaco-editor-provider.js.map +1 -1
- package/lib/browser/monaco-editor-service.d.ts +32 -27
- package/lib/browser/monaco-editor-service.d.ts.map +1 -1
- package/lib/browser/monaco-editor-service.js +158 -155
- package/lib/browser/monaco-editor-service.js.map +1 -1
- package/lib/browser/monaco-editor-zone-widget.d.ts +43 -43
- package/lib/browser/monaco-editor-zone-widget.js +194 -194
- package/lib/browser/monaco-editor.d.ts +154 -151
- package/lib/browser/monaco-editor.d.ts.map +1 -1
- package/lib/browser/monaco-editor.js +542 -524
- package/lib/browser/monaco-editor.js.map +1 -1
- package/lib/browser/monaco-formatting-conflicts.d.ts +13 -13
- package/lib/browser/monaco-formatting-conflicts.js +111 -111
- package/lib/browser/monaco-formatting-conflicts.js.map +1 -1
- package/lib/browser/monaco-frontend-application-contribution.d.ts +22 -28
- package/lib/browser/monaco-frontend-application-contribution.d.ts.map +1 -1
- package/lib/browser/monaco-frontend-application-contribution.js +178 -215
- package/lib/browser/monaco-frontend-application-contribution.js.map +1 -1
- package/lib/browser/monaco-frontend-module.d.ts +7 -7
- package/lib/browser/monaco-frontend-module.d.ts.map +1 -1
- package/lib/browser/monaco-frontend-module.js +280 -271
- package/lib/browser/monaco-frontend-module.js.map +1 -1
- package/lib/browser/monaco-gotoline-quick-access.d.ts +11 -11
- package/lib/browser/monaco-gotoline-quick-access.js +64 -64
- package/lib/browser/monaco-gotosymbol-quick-access.d.ts +16 -16
- package/lib/browser/monaco-gotosymbol-quick-access.js +70 -70
- package/lib/browser/monaco-icon-registry.d.ts +10 -11
- package/lib/browser/monaco-icon-registry.d.ts.map +1 -1
- package/lib/browser/monaco-icon-registry.js +52 -50
- package/lib/browser/monaco-icon-registry.js.map +1 -1
- package/lib/browser/monaco-indexed-db.d.ts +28 -28
- package/lib/browser/monaco-indexed-db.js +131 -131
- package/lib/browser/monaco-init.d.ts +5 -0
- package/lib/browser/monaco-init.d.ts.map +1 -0
- package/lib/browser/monaco-init.js +125 -0
- package/lib/browser/monaco-init.js.map +1 -0
- package/lib/browser/monaco-keybinding.d.ts +16 -16
- package/lib/browser/monaco-keybinding.js +134 -134
- package/lib/browser/monaco-keybinding.js.map +1 -1
- package/lib/browser/monaco-keycode-map.d.ts +2 -2
- package/lib/browser/monaco-keycode-map.js +163 -163
- package/lib/browser/monaco-keycode-map.js.map +1 -1
- package/lib/browser/monaco-languages.d.ts +35 -35
- package/lib/browser/monaco-languages.js +180 -180
- package/lib/browser/monaco-marker-collection.d.ts +18 -18
- package/lib/browser/monaco-marker-collection.js +70 -70
- package/lib/browser/monaco-menu.d.ts +20 -20
- package/lib/browser/monaco-menu.js +145 -145
- package/lib/browser/monaco-mime-service.d.ts +10 -10
- package/lib/browser/monaco-mime-service.js +78 -78
- package/lib/browser/monaco-outline-contribution.d.ts +78 -78
- package/lib/browser/monaco-outline-contribution.js +384 -384
- package/lib/browser/monaco-outline-decorator.d.ts +12 -12
- package/lib/browser/monaco-outline-decorator.js +67 -67
- package/lib/browser/monaco-quick-access-registry.d.ts +11 -11
- package/lib/browser/monaco-quick-access-registry.js +99 -99
- package/lib/browser/monaco-quick-input-service.d.ts +99 -101
- package/lib/browser/monaco-quick-input-service.d.ts.map +1 -1
- package/lib/browser/monaco-quick-input-service.js +529 -568
- package/lib/browser/monaco-quick-input-service.js.map +1 -1
- package/lib/browser/monaco-resolved-keybinding.d.ts +23 -23
- package/lib/browser/monaco-resolved-keybinding.d.ts.map +1 -1
- package/lib/browser/monaco-resolved-keybinding.js +131 -131
- package/lib/browser/monaco-resolved-keybinding.js.map +1 -1
- package/lib/browser/monaco-snippet-suggest-provider.d.ts +66 -66
- package/lib/browser/monaco-snippet-suggest-provider.js +273 -273
- package/lib/browser/monaco-status-bar-contribution.d.ts +17 -17
- package/lib/browser/monaco-status-bar-contribution.js +121 -121
- package/lib/browser/monaco-text-model-service.d.ts +51 -51
- package/lib/browser/monaco-text-model-service.js +189 -189
- package/lib/browser/monaco-text-model-service.js.map +1 -1
- package/lib/browser/monaco-theming-service.d.ts +67 -67
- package/lib/browser/monaco-theming-service.js +171 -171
- package/lib/browser/monaco-to-protocol-converter.d.ts +26 -26
- package/lib/browser/monaco-to-protocol-converter.js +61 -61
- package/lib/browser/monaco-workspace.d.ts +83 -85
- package/lib/browser/monaco-workspace.d.ts.map +1 -1
- package/lib/browser/monaco-workspace.js +384 -384
- package/lib/browser/monaco-workspace.js.map +1 -1
- package/lib/browser/protocol-to-monaco-converter.d.ts +31 -31
- package/lib/browser/protocol-to-monaco-converter.js +133 -133
- package/lib/browser/simple-monaco-editor.d.ts +45 -44
- package/lib/browser/simple-monaco-editor.d.ts.map +1 -1
- package/lib/browser/simple-monaco-editor.js +184 -176
- package/lib/browser/simple-monaco-editor.js.map +1 -1
- package/lib/browser/textmate/index.d.ts +4 -4
- package/lib/browser/textmate/index.js +31 -31
- package/lib/browser/textmate/monaco-textmate-frontend-bindings.d.ts +11 -11
- package/lib/browser/textmate/monaco-textmate-frontend-bindings.js +91 -91
- package/lib/browser/textmate/monaco-textmate-service.d.ts +30 -30
- package/lib/browser/textmate/monaco-textmate-service.js +185 -185
- package/lib/browser/textmate/monaco-textmate-service.js.map +1 -1
- package/lib/browser/textmate/monaco-theme-registry.d.ts +27 -27
- package/lib/browser/textmate/monaco-theme-registry.js +173 -173
- package/lib/browser/textmate/monaco-theme-types.d.ts +20 -20
- package/lib/browser/textmate/monaco-theme-types.js +21 -21
- package/lib/browser/textmate/textmate-contribution.d.ts +9 -9
- package/lib/browser/textmate/textmate-contribution.js +27 -27
- package/lib/browser/textmate/textmate-registry.d.ts +31 -31
- package/lib/browser/textmate/textmate-registry.js +109 -109
- package/lib/browser/textmate/textmate-snippet-completion-provider.d.ts +26 -26
- package/lib/browser/textmate/textmate-snippet-completion-provider.js +53 -53
- package/lib/browser/textmate/textmate-tokenizer.d.ts +22 -22
- package/lib/browser/textmate/textmate-tokenizer.js +65 -65
- package/lib/browser/workspace-symbol-command.d.ts +55 -55
- package/lib/browser/workspace-symbol-command.js +215 -215
- package/lib/package.spec.js +25 -25
- package/package.json +10 -10
- package/src/browser/index.ts +17 -17
- package/src/browser/markdown-renderer/monaco-markdown-renderer.ts +109 -117
- package/src/browser/monaco-bulk-edit-service.ts +64 -64
- package/src/browser/monaco-color-registry.ts +73 -73
- package/src/browser/monaco-command-registry.ts +85 -82
- package/src/browser/monaco-command-service.ts +90 -99
- package/src/browser/monaco-command.ts +303 -313
- package/src/browser/monaco-context-key-service.ts +144 -143
- package/src/browser/monaco-context-menu.ts +100 -90
- package/src/browser/monaco-diff-editor.ts +100 -101
- package/src/browser/monaco-diff-navigator-factory.ts +39 -61
- package/src/browser/monaco-editor-model.ts +684 -681
- package/src/browser/monaco-editor-provider.ts +409 -452
- package/src/browser/monaco-editor-service.ts +149 -144
- package/src/browser/monaco-editor-zone-widget.ts +250 -250
- package/src/browser/monaco-editor.ts +663 -644
- package/src/browser/monaco-formatting-conflicts.ts +116 -116
- package/src/browser/monaco-frontend-application-contribution.ts +165 -200
- package/src/browser/monaco-frontend-module.ts +328 -320
- package/src/browser/monaco-gotoline-quick-access.ts +47 -47
- package/src/browser/monaco-gotosymbol-quick-access.ts +53 -53
- package/src/browser/monaco-icon-registry.ts +49 -47
- package/src/browser/monaco-indexed-db.ts +130 -130
- package/src/browser/monaco-init.ts +114 -0
- package/src/browser/monaco-keybinding.ts +111 -111
- package/src/browser/monaco-keycode-map.ts +171 -171
- package/src/browser/monaco-languages.ts +177 -177
- package/src/browser/monaco-marker-collection.ts +83 -83
- package/src/browser/monaco-menu.ts +142 -142
- package/src/browser/monaco-mime-service.ts +71 -71
- package/src/browser/monaco-outline-contribution.ts +404 -404
- package/src/browser/monaco-outline-decorator.ts +66 -66
- package/src/browser/monaco-quick-access-registry.ts +112 -112
- package/src/browser/monaco-quick-input-service.ts +647 -676
- package/src/browser/monaco-resolved-keybinding.ts +162 -162
- package/src/browser/monaco-snippet-suggest-provider.ts +306 -306
- package/src/browser/monaco-status-bar-contribution.ts +110 -110
- package/src/browser/monaco-text-model-service.ts +199 -199
- package/src/browser/monaco-theming-service.ts +204 -204
- package/src/browser/monaco-to-protocol-converter.ts +71 -71
- package/src/browser/monaco-workspace.ts +412 -412
- package/src/browser/protocol-to-monaco-converter.ts +158 -158
- package/src/browser/simple-monaco-editor.ts +217 -210
- package/src/browser/style/index.css +263 -263
- package/src/browser/textmate/index.ts +20 -20
- package/src/browser/textmate/monaco-textmate-frontend-bindings.ts +90 -90
- package/src/browser/textmate/monaco-textmate-service.ts +187 -187
- package/src/browser/textmate/monaco-theme-registry.ts +176 -176
- package/src/browser/textmate/monaco-theme-types.ts +37 -37
- package/src/browser/textmate/textmate-contribution.ts +29 -29
- package/src/browser/textmate/textmate-registry.ts +129 -129
- package/src/browser/textmate/textmate-snippet-completion-provider.ts +73 -73
- package/src/browser/textmate/textmate-tokenizer.ts +84 -84
- package/src/browser/workspace-symbol-command.ts +196 -196
- package/src/package.spec.ts +28 -28
|
@@ -1,590 +1,590 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "vscode://schemas/color-theme",
|
|
3
|
-
"name": "Light High Contrast",
|
|
4
|
-
"tokenColors": [
|
|
5
|
-
{
|
|
6
|
-
"scope": [
|
|
7
|
-
"meta.embedded",
|
|
8
|
-
"source.groovy.embedded"
|
|
9
|
-
],
|
|
10
|
-
"settings": {
|
|
11
|
-
"foreground": "#292929"
|
|
12
|
-
}
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"scope": "emphasis",
|
|
16
|
-
"settings": {
|
|
17
|
-
"fontStyle": "italic"
|
|
18
|
-
}
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"scope": "strong",
|
|
22
|
-
"settings": {
|
|
23
|
-
"fontStyle": "bold"
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"scope": "meta.diff.header",
|
|
28
|
-
"settings": {
|
|
29
|
-
"foreground": "#062F4A"
|
|
30
|
-
}
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"scope": "comment",
|
|
34
|
-
"settings": {
|
|
35
|
-
"foreground": "#515151"
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"scope": "constant.language",
|
|
40
|
-
"settings": {
|
|
41
|
-
"foreground": "#0F4A85"
|
|
42
|
-
}
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"scope": [
|
|
46
|
-
"constant.numeric",
|
|
47
|
-
"variable.other.enummember",
|
|
48
|
-
"keyword.operator.plus.exponent",
|
|
49
|
-
"keyword.operator.minus.exponent"
|
|
50
|
-
],
|
|
51
|
-
"settings": {
|
|
52
|
-
"foreground": "#096d48"
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"scope": "constant.regexp",
|
|
57
|
-
"settings": {
|
|
58
|
-
"foreground": "#811F3F"
|
|
59
|
-
}
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"scope": "entity.name.tag",
|
|
63
|
-
"settings": {
|
|
64
|
-
"foreground": "#0F4A85"
|
|
65
|
-
}
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"scope": "entity.name.selector",
|
|
69
|
-
"settings": {
|
|
70
|
-
"foreground": "#0F4A85"
|
|
71
|
-
}
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"scope": "entity.other.attribute-name",
|
|
75
|
-
"settings": {
|
|
76
|
-
"foreground": "#264F78"
|
|
77
|
-
}
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"scope": [
|
|
81
|
-
"entity.other.attribute-name.class.css",
|
|
82
|
-
"entity.other.attribute-name.class.mixin.css",
|
|
83
|
-
"entity.other.attribute-name.id.css",
|
|
84
|
-
"entity.other.attribute-name.parent-selector.css",
|
|
85
|
-
"entity.other.attribute-name.pseudo-class.css",
|
|
86
|
-
"entity.other.attribute-name.pseudo-element.css",
|
|
87
|
-
"source.css.less entity.other.attribute-name.id",
|
|
88
|
-
"entity.other.attribute-name.scss"
|
|
89
|
-
],
|
|
90
|
-
"settings": {
|
|
91
|
-
"foreground": "#0F4A85"
|
|
92
|
-
}
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"scope": "invalid",
|
|
96
|
-
"settings": {
|
|
97
|
-
"foreground": "#B5200D"
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"scope": "markup.underline",
|
|
102
|
-
"settings": {
|
|
103
|
-
"fontStyle": "underline"
|
|
104
|
-
}
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"scope": "markup.bold",
|
|
108
|
-
"settings": {
|
|
109
|
-
"foreground": "#000080",
|
|
110
|
-
"fontStyle": "bold"
|
|
111
|
-
}
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"scope": "markup.heading",
|
|
115
|
-
"settings": {
|
|
116
|
-
"foreground": "#0F4A85",
|
|
117
|
-
"fontStyle": "bold"
|
|
118
|
-
}
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"scope": "markup.italic",
|
|
122
|
-
"settings": {
|
|
123
|
-
"fontStyle": "italic"
|
|
124
|
-
}
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"scope": "markup.strikethrough",
|
|
128
|
-
"settings": {
|
|
129
|
-
"fontStyle": "strikethrough"
|
|
130
|
-
}
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"scope": "markup.inserted",
|
|
134
|
-
"settings": {
|
|
135
|
-
"foreground": "#096d48"
|
|
136
|
-
}
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
"scope": "markup.deleted",
|
|
140
|
-
"settings": {
|
|
141
|
-
"foreground": "#5A5A5A"
|
|
142
|
-
}
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
"scope": "markup.changed",
|
|
146
|
-
"settings": {
|
|
147
|
-
"foreground": "#0451A5"
|
|
148
|
-
}
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
"scope": [
|
|
152
|
-
"punctuation.definition.quote.begin.markdown",
|
|
153
|
-
"punctuation.definition.list.begin.markdown"
|
|
154
|
-
],
|
|
155
|
-
"settings": {
|
|
156
|
-
"foreground": "#0451A5"
|
|
157
|
-
}
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"scope": "markup.inline.raw",
|
|
161
|
-
"settings": {
|
|
162
|
-
"foreground": "#0F4A85"
|
|
163
|
-
}
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
"scope": "punctuation.definition.tag",
|
|
167
|
-
"settings": {
|
|
168
|
-
"foreground": "#0F4A85"
|
|
169
|
-
}
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
"scope": [
|
|
173
|
-
"meta.preprocessor",
|
|
174
|
-
"entity.name.function.preprocessor"
|
|
175
|
-
],
|
|
176
|
-
"settings": {
|
|
177
|
-
"foreground": "#0F4A85"
|
|
178
|
-
}
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
"scope": "meta.preprocessor.string",
|
|
182
|
-
"settings": {
|
|
183
|
-
"foreground": "#b5200d"
|
|
184
|
-
}
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
"scope": "meta.preprocessor.numeric",
|
|
188
|
-
"settings": {
|
|
189
|
-
"foreground": "#096d48"
|
|
190
|
-
}
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
"scope": "meta.structure.dictionary.key.python",
|
|
194
|
-
"settings": {
|
|
195
|
-
"foreground": "#0451A5"
|
|
196
|
-
}
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"scope": "storage",
|
|
200
|
-
"settings": {
|
|
201
|
-
"foreground": "#0F4A85"
|
|
202
|
-
}
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"scope": "storage.type",
|
|
206
|
-
"settings": {
|
|
207
|
-
"foreground": "#0F4A85"
|
|
208
|
-
}
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
"scope": [
|
|
212
|
-
"storage.modifier",
|
|
213
|
-
"keyword.operator.noexcept"
|
|
214
|
-
],
|
|
215
|
-
"settings": {
|
|
216
|
-
"foreground": "#0F4A85"
|
|
217
|
-
}
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
"scope": [
|
|
221
|
-
"string",
|
|
222
|
-
"meta.embedded.assembly"
|
|
223
|
-
],
|
|
224
|
-
"settings": {
|
|
225
|
-
"foreground": "#0F4A85"
|
|
226
|
-
}
|
|
227
|
-
},
|
|
228
|
-
{
|
|
229
|
-
"scope": [
|
|
230
|
-
"string.comment.buffered.block.pug",
|
|
231
|
-
"string.quoted.pug",
|
|
232
|
-
"string.interpolated.pug",
|
|
233
|
-
"string.unquoted.plain.in.yaml",
|
|
234
|
-
"string.unquoted.plain.out.yaml",
|
|
235
|
-
"string.unquoted.block.yaml",
|
|
236
|
-
"string.quoted.single.yaml",
|
|
237
|
-
"string.quoted.double.xml",
|
|
238
|
-
"string.quoted.single.xml",
|
|
239
|
-
"string.unquoted.cdata.xml",
|
|
240
|
-
"string.quoted.double.html",
|
|
241
|
-
"string.quoted.single.html",
|
|
242
|
-
"string.unquoted.html",
|
|
243
|
-
"string.quoted.single.handlebars",
|
|
244
|
-
"string.quoted.double.handlebars"
|
|
245
|
-
],
|
|
246
|
-
"settings": {
|
|
247
|
-
"foreground": "#0F4A85"
|
|
248
|
-
}
|
|
249
|
-
},
|
|
250
|
-
{
|
|
251
|
-
"scope": "string.regexp",
|
|
252
|
-
"settings": {
|
|
253
|
-
"foreground": "#811F3F"
|
|
254
|
-
}
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
"scope": [
|
|
258
|
-
"punctuation.definition.template-expression.begin",
|
|
259
|
-
"punctuation.definition.template-expression.end",
|
|
260
|
-
"punctuation.section.embedded"
|
|
261
|
-
],
|
|
262
|
-
"settings": {
|
|
263
|
-
"foreground": "#0F4A85"
|
|
264
|
-
}
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
"scope": [
|
|
268
|
-
"meta.template.expression"
|
|
269
|
-
],
|
|
270
|
-
"settings": {
|
|
271
|
-
"foreground": "#000000"
|
|
272
|
-
}
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"scope": [
|
|
276
|
-
"support.constant.property-value",
|
|
277
|
-
"support.constant.font-name",
|
|
278
|
-
"support.constant.media-type",
|
|
279
|
-
"support.constant.media",
|
|
280
|
-
"constant.other.color.rgb-value",
|
|
281
|
-
"constant.other.rgb-value",
|
|
282
|
-
"support.constant.color"
|
|
283
|
-
],
|
|
284
|
-
"settings": {
|
|
285
|
-
"foreground": "#0451A5"
|
|
286
|
-
}
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
"scope": [
|
|
290
|
-
"support.type.vendored.property-name",
|
|
291
|
-
"support.type.property-name",
|
|
292
|
-
"variable.css",
|
|
293
|
-
"variable.scss",
|
|
294
|
-
"variable.other.less",
|
|
295
|
-
"source.coffee.embedded"
|
|
296
|
-
],
|
|
297
|
-
"settings": {
|
|
298
|
-
"foreground": "#264F78"
|
|
299
|
-
}
|
|
300
|
-
},
|
|
301
|
-
{
|
|
302
|
-
"scope": [
|
|
303
|
-
"support.type.property-name.json"
|
|
304
|
-
],
|
|
305
|
-
"settings": {
|
|
306
|
-
"foreground": "#0451A5"
|
|
307
|
-
}
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
"scope": "keyword",
|
|
311
|
-
"settings": {
|
|
312
|
-
"foreground": "#0F4A85"
|
|
313
|
-
}
|
|
314
|
-
},
|
|
315
|
-
{
|
|
316
|
-
"scope": "keyword.control",
|
|
317
|
-
"settings": {
|
|
318
|
-
"foreground": "#0F4A85"
|
|
319
|
-
}
|
|
320
|
-
},
|
|
321
|
-
{
|
|
322
|
-
"scope": "keyword.operator",
|
|
323
|
-
"settings": {
|
|
324
|
-
"foreground": "#000000"
|
|
325
|
-
}
|
|
326
|
-
},
|
|
327
|
-
{
|
|
328
|
-
"scope": [
|
|
329
|
-
"keyword.operator.new",
|
|
330
|
-
"keyword.operator.expression",
|
|
331
|
-
"keyword.operator.cast",
|
|
332
|
-
"keyword.operator.sizeof",
|
|
333
|
-
"keyword.operator.alignof",
|
|
334
|
-
"keyword.operator.typeid",
|
|
335
|
-
"keyword.operator.alignas",
|
|
336
|
-
"keyword.operator.instanceof",
|
|
337
|
-
"keyword.operator.logical.python",
|
|
338
|
-
"keyword.operator.wordlike"
|
|
339
|
-
],
|
|
340
|
-
"settings": {
|
|
341
|
-
"foreground": "#0F4A85"
|
|
342
|
-
}
|
|
343
|
-
},
|
|
344
|
-
{
|
|
345
|
-
"scope": "keyword.other.unit",
|
|
346
|
-
"settings": {
|
|
347
|
-
"foreground": "#096d48"
|
|
348
|
-
}
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
"scope": [
|
|
352
|
-
"punctuation.section.embedded.begin.php",
|
|
353
|
-
"punctuation.section.embedded.end.php"
|
|
354
|
-
],
|
|
355
|
-
"settings": {
|
|
356
|
-
"foreground": "#0F4A85"
|
|
357
|
-
}
|
|
358
|
-
},
|
|
359
|
-
{
|
|
360
|
-
"scope": "support.function.git-rebase",
|
|
361
|
-
"settings": {
|
|
362
|
-
"foreground": "#0451A5"
|
|
363
|
-
}
|
|
364
|
-
},
|
|
365
|
-
{
|
|
366
|
-
"scope": "constant.sha.git-rebase",
|
|
367
|
-
"settings": {
|
|
368
|
-
"foreground": "#096d48"
|
|
369
|
-
}
|
|
370
|
-
},
|
|
371
|
-
{
|
|
372
|
-
"scope": [
|
|
373
|
-
"storage.modifier.import.java",
|
|
374
|
-
"variable.language.wildcard.java",
|
|
375
|
-
"storage.modifier.package.java"
|
|
376
|
-
],
|
|
377
|
-
"settings": {
|
|
378
|
-
"foreground": "#000000"
|
|
379
|
-
}
|
|
380
|
-
},
|
|
381
|
-
{
|
|
382
|
-
"scope": "variable.language",
|
|
383
|
-
"settings": {
|
|
384
|
-
"foreground": "#0F4A85"
|
|
385
|
-
}
|
|
386
|
-
},
|
|
387
|
-
{
|
|
388
|
-
"scope": [
|
|
389
|
-
"entity.name.function",
|
|
390
|
-
"support.function",
|
|
391
|
-
"support.constant.handlebars",
|
|
392
|
-
"source.powershell variable.other.member",
|
|
393
|
-
"entity.name.operator.custom-literal"
|
|
394
|
-
],
|
|
395
|
-
"settings": {
|
|
396
|
-
"foreground": "#5e2cbc"
|
|
397
|
-
}
|
|
398
|
-
},
|
|
399
|
-
{
|
|
400
|
-
"scope": [
|
|
401
|
-
"support.class",
|
|
402
|
-
"support.type",
|
|
403
|
-
"entity.name.type",
|
|
404
|
-
"entity.name.namespace",
|
|
405
|
-
"entity.other.attribute",
|
|
406
|
-
"entity.name.scope-resolution",
|
|
407
|
-
"entity.name.class",
|
|
408
|
-
"storage.type.numeric.go",
|
|
409
|
-
"storage.type.byte.go",
|
|
410
|
-
"storage.type.boolean.go",
|
|
411
|
-
"storage.type.string.go",
|
|
412
|
-
"storage.type.uintptr.go",
|
|
413
|
-
"storage.type.error.go",
|
|
414
|
-
"storage.type.rune.go",
|
|
415
|
-
"storage.type.cs",
|
|
416
|
-
"storage.type.generic.cs",
|
|
417
|
-
"storage.type.modifier.cs",
|
|
418
|
-
"storage.type.variable.cs",
|
|
419
|
-
"storage.type.annotation.java",
|
|
420
|
-
"storage.type.generic.java",
|
|
421
|
-
"storage.type.java",
|
|
422
|
-
"storage.type.object.array.java",
|
|
423
|
-
"storage.type.primitive.array.java",
|
|
424
|
-
"storage.type.primitive.java",
|
|
425
|
-
"storage.type.token.java",
|
|
426
|
-
"storage.type.groovy",
|
|
427
|
-
"storage.type.annotation.groovy",
|
|
428
|
-
"storage.type.parameters.groovy",
|
|
429
|
-
"storage.type.generic.groovy",
|
|
430
|
-
"storage.type.object.array.groovy",
|
|
431
|
-
"storage.type.primitive.array.groovy",
|
|
432
|
-
"storage.type.primitive.groovy"
|
|
433
|
-
],
|
|
434
|
-
"settings": {
|
|
435
|
-
"foreground": "#185E73"
|
|
436
|
-
}
|
|
437
|
-
},
|
|
438
|
-
{
|
|
439
|
-
"scope": [
|
|
440
|
-
"meta.type.cast.expr",
|
|
441
|
-
"meta.type.new.expr",
|
|
442
|
-
"support.constant.math",
|
|
443
|
-
"support.constant.dom",
|
|
444
|
-
"support.constant.json",
|
|
445
|
-
"entity.other.inherited-class"
|
|
446
|
-
],
|
|
447
|
-
"settings": {
|
|
448
|
-
"foreground": "#185E73"
|
|
449
|
-
}
|
|
450
|
-
},
|
|
451
|
-
{
|
|
452
|
-
"scope": [
|
|
453
|
-
"keyword.control",
|
|
454
|
-
"source.cpp keyword.operator.new",
|
|
455
|
-
"source.cpp keyword.operator.delete",
|
|
456
|
-
"keyword.other.using",
|
|
457
|
-
"keyword.other.operator",
|
|
458
|
-
"entity.name.operator"
|
|
459
|
-
],
|
|
460
|
-
"settings": {
|
|
461
|
-
"foreground": "#b5200d"
|
|
462
|
-
}
|
|
463
|
-
},
|
|
464
|
-
{
|
|
465
|
-
"scope": [
|
|
466
|
-
"variable",
|
|
467
|
-
"meta.definition.variable.name",
|
|
468
|
-
"support.variable",
|
|
469
|
-
"entity.name.variable",
|
|
470
|
-
"constant.other.placeholder"
|
|
471
|
-
],
|
|
472
|
-
"settings": {
|
|
473
|
-
"foreground": "#001080"
|
|
474
|
-
}
|
|
475
|
-
},
|
|
476
|
-
{
|
|
477
|
-
"scope": [
|
|
478
|
-
"variable.other.constant",
|
|
479
|
-
"variable.other.enummember"
|
|
480
|
-
],
|
|
481
|
-
"settings": {
|
|
482
|
-
"foreground": "#02715D"
|
|
483
|
-
}
|
|
484
|
-
},
|
|
485
|
-
{
|
|
486
|
-
"scope": [
|
|
487
|
-
"meta.object-literal.key"
|
|
488
|
-
],
|
|
489
|
-
"settings": {
|
|
490
|
-
"foreground": "#001080"
|
|
491
|
-
}
|
|
492
|
-
},
|
|
493
|
-
{
|
|
494
|
-
"scope": [
|
|
495
|
-
"support.constant.property-value",
|
|
496
|
-
"support.constant.font-name",
|
|
497
|
-
"support.constant.media-type",
|
|
498
|
-
"support.constant.media",
|
|
499
|
-
"constant.other.color.rgb-value",
|
|
500
|
-
"constant.other.rgb-value",
|
|
501
|
-
"support.constant.color"
|
|
502
|
-
],
|
|
503
|
-
"settings": {
|
|
504
|
-
"foreground": "#0451A5"
|
|
505
|
-
}
|
|
506
|
-
},
|
|
507
|
-
{
|
|
508
|
-
"scope": [
|
|
509
|
-
"punctuation.definition.group.regexp",
|
|
510
|
-
"punctuation.definition.group.assertion.regexp",
|
|
511
|
-
"punctuation.definition.character-class.regexp",
|
|
512
|
-
"punctuation.character.set.begin.regexp",
|
|
513
|
-
"punctuation.character.set.end.regexp",
|
|
514
|
-
"keyword.operator.negation.regexp",
|
|
515
|
-
"support.other.parenthesis.regexp"
|
|
516
|
-
],
|
|
517
|
-
"settings": {
|
|
518
|
-
"foreground": "#D16969"
|
|
519
|
-
}
|
|
520
|
-
},
|
|
521
|
-
{
|
|
522
|
-
"scope": [
|
|
523
|
-
"constant.character.character-class.regexp",
|
|
524
|
-
"constant.other.character-class.set.regexp",
|
|
525
|
-
"constant.other.character-class.regexp",
|
|
526
|
-
"constant.character.set.regexp"
|
|
527
|
-
],
|
|
528
|
-
"settings": {
|
|
529
|
-
"foreground": "#811F3F"
|
|
530
|
-
}
|
|
531
|
-
},
|
|
532
|
-
{
|
|
533
|
-
"scope": "keyword.operator.quantifier.regexp",
|
|
534
|
-
"settings": {
|
|
535
|
-
"foreground": "#000000"
|
|
536
|
-
}
|
|
537
|
-
},
|
|
538
|
-
{
|
|
539
|
-
"scope": [
|
|
540
|
-
"keyword.operator.or.regexp",
|
|
541
|
-
"keyword.control.anchor.regexp"
|
|
542
|
-
],
|
|
543
|
-
"settings": {
|
|
544
|
-
"foreground": "#EE0000"
|
|
545
|
-
}
|
|
546
|
-
},
|
|
547
|
-
{
|
|
548
|
-
"scope": "constant.character",
|
|
549
|
-
"settings": {
|
|
550
|
-
"foreground": "#0F4A85"
|
|
551
|
-
}
|
|
552
|
-
},
|
|
553
|
-
{
|
|
554
|
-
"scope": "constant.character.escape",
|
|
555
|
-
"settings": {
|
|
556
|
-
"foreground": "#EE0000"
|
|
557
|
-
}
|
|
558
|
-
},
|
|
559
|
-
{
|
|
560
|
-
"scope": "entity.name.label",
|
|
561
|
-
"settings": {
|
|
562
|
-
"foreground": "#000000"
|
|
563
|
-
}
|
|
564
|
-
},
|
|
565
|
-
{
|
|
566
|
-
"scope": "token.info-token",
|
|
567
|
-
"settings": {
|
|
568
|
-
"foreground": "#316BCD"
|
|
569
|
-
}
|
|
570
|
-
},
|
|
571
|
-
{
|
|
572
|
-
"scope": "token.warn-token",
|
|
573
|
-
"settings": {
|
|
574
|
-
"foreground": "#CD9731"
|
|
575
|
-
}
|
|
576
|
-
},
|
|
577
|
-
{
|
|
578
|
-
"scope": "token.error-token",
|
|
579
|
-
"settings": {
|
|
580
|
-
"foreground": "#CD3131"
|
|
581
|
-
}
|
|
582
|
-
},
|
|
583
|
-
{
|
|
584
|
-
"scope": "token.debug-token",
|
|
585
|
-
"settings": {
|
|
586
|
-
"foreground": "#800080"
|
|
587
|
-
}
|
|
588
|
-
}
|
|
589
|
-
]
|
|
590
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"$schema": "vscode://schemas/color-theme",
|
|
3
|
+
"name": "Light High Contrast",
|
|
4
|
+
"tokenColors": [
|
|
5
|
+
{
|
|
6
|
+
"scope": [
|
|
7
|
+
"meta.embedded",
|
|
8
|
+
"source.groovy.embedded"
|
|
9
|
+
],
|
|
10
|
+
"settings": {
|
|
11
|
+
"foreground": "#292929"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"scope": "emphasis",
|
|
16
|
+
"settings": {
|
|
17
|
+
"fontStyle": "italic"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"scope": "strong",
|
|
22
|
+
"settings": {
|
|
23
|
+
"fontStyle": "bold"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"scope": "meta.diff.header",
|
|
28
|
+
"settings": {
|
|
29
|
+
"foreground": "#062F4A"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"scope": "comment",
|
|
34
|
+
"settings": {
|
|
35
|
+
"foreground": "#515151"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"scope": "constant.language",
|
|
40
|
+
"settings": {
|
|
41
|
+
"foreground": "#0F4A85"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"scope": [
|
|
46
|
+
"constant.numeric",
|
|
47
|
+
"variable.other.enummember",
|
|
48
|
+
"keyword.operator.plus.exponent",
|
|
49
|
+
"keyword.operator.minus.exponent"
|
|
50
|
+
],
|
|
51
|
+
"settings": {
|
|
52
|
+
"foreground": "#096d48"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"scope": "constant.regexp",
|
|
57
|
+
"settings": {
|
|
58
|
+
"foreground": "#811F3F"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"scope": "entity.name.tag",
|
|
63
|
+
"settings": {
|
|
64
|
+
"foreground": "#0F4A85"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"scope": "entity.name.selector",
|
|
69
|
+
"settings": {
|
|
70
|
+
"foreground": "#0F4A85"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"scope": "entity.other.attribute-name",
|
|
75
|
+
"settings": {
|
|
76
|
+
"foreground": "#264F78"
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"scope": [
|
|
81
|
+
"entity.other.attribute-name.class.css",
|
|
82
|
+
"entity.other.attribute-name.class.mixin.css",
|
|
83
|
+
"entity.other.attribute-name.id.css",
|
|
84
|
+
"entity.other.attribute-name.parent-selector.css",
|
|
85
|
+
"entity.other.attribute-name.pseudo-class.css",
|
|
86
|
+
"entity.other.attribute-name.pseudo-element.css",
|
|
87
|
+
"source.css.less entity.other.attribute-name.id",
|
|
88
|
+
"entity.other.attribute-name.scss"
|
|
89
|
+
],
|
|
90
|
+
"settings": {
|
|
91
|
+
"foreground": "#0F4A85"
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"scope": "invalid",
|
|
96
|
+
"settings": {
|
|
97
|
+
"foreground": "#B5200D"
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"scope": "markup.underline",
|
|
102
|
+
"settings": {
|
|
103
|
+
"fontStyle": "underline"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"scope": "markup.bold",
|
|
108
|
+
"settings": {
|
|
109
|
+
"foreground": "#000080",
|
|
110
|
+
"fontStyle": "bold"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"scope": "markup.heading",
|
|
115
|
+
"settings": {
|
|
116
|
+
"foreground": "#0F4A85",
|
|
117
|
+
"fontStyle": "bold"
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"scope": "markup.italic",
|
|
122
|
+
"settings": {
|
|
123
|
+
"fontStyle": "italic"
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"scope": "markup.strikethrough",
|
|
128
|
+
"settings": {
|
|
129
|
+
"fontStyle": "strikethrough"
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"scope": "markup.inserted",
|
|
134
|
+
"settings": {
|
|
135
|
+
"foreground": "#096d48"
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"scope": "markup.deleted",
|
|
140
|
+
"settings": {
|
|
141
|
+
"foreground": "#5A5A5A"
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"scope": "markup.changed",
|
|
146
|
+
"settings": {
|
|
147
|
+
"foreground": "#0451A5"
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"scope": [
|
|
152
|
+
"punctuation.definition.quote.begin.markdown",
|
|
153
|
+
"punctuation.definition.list.begin.markdown"
|
|
154
|
+
],
|
|
155
|
+
"settings": {
|
|
156
|
+
"foreground": "#0451A5"
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"scope": "markup.inline.raw",
|
|
161
|
+
"settings": {
|
|
162
|
+
"foreground": "#0F4A85"
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"scope": "punctuation.definition.tag",
|
|
167
|
+
"settings": {
|
|
168
|
+
"foreground": "#0F4A85"
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"scope": [
|
|
173
|
+
"meta.preprocessor",
|
|
174
|
+
"entity.name.function.preprocessor"
|
|
175
|
+
],
|
|
176
|
+
"settings": {
|
|
177
|
+
"foreground": "#0F4A85"
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"scope": "meta.preprocessor.string",
|
|
182
|
+
"settings": {
|
|
183
|
+
"foreground": "#b5200d"
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"scope": "meta.preprocessor.numeric",
|
|
188
|
+
"settings": {
|
|
189
|
+
"foreground": "#096d48"
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"scope": "meta.structure.dictionary.key.python",
|
|
194
|
+
"settings": {
|
|
195
|
+
"foreground": "#0451A5"
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"scope": "storage",
|
|
200
|
+
"settings": {
|
|
201
|
+
"foreground": "#0F4A85"
|
|
202
|
+
}
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"scope": "storage.type",
|
|
206
|
+
"settings": {
|
|
207
|
+
"foreground": "#0F4A85"
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"scope": [
|
|
212
|
+
"storage.modifier",
|
|
213
|
+
"keyword.operator.noexcept"
|
|
214
|
+
],
|
|
215
|
+
"settings": {
|
|
216
|
+
"foreground": "#0F4A85"
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"scope": [
|
|
221
|
+
"string",
|
|
222
|
+
"meta.embedded.assembly"
|
|
223
|
+
],
|
|
224
|
+
"settings": {
|
|
225
|
+
"foreground": "#0F4A85"
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"scope": [
|
|
230
|
+
"string.comment.buffered.block.pug",
|
|
231
|
+
"string.quoted.pug",
|
|
232
|
+
"string.interpolated.pug",
|
|
233
|
+
"string.unquoted.plain.in.yaml",
|
|
234
|
+
"string.unquoted.plain.out.yaml",
|
|
235
|
+
"string.unquoted.block.yaml",
|
|
236
|
+
"string.quoted.single.yaml",
|
|
237
|
+
"string.quoted.double.xml",
|
|
238
|
+
"string.quoted.single.xml",
|
|
239
|
+
"string.unquoted.cdata.xml",
|
|
240
|
+
"string.quoted.double.html",
|
|
241
|
+
"string.quoted.single.html",
|
|
242
|
+
"string.unquoted.html",
|
|
243
|
+
"string.quoted.single.handlebars",
|
|
244
|
+
"string.quoted.double.handlebars"
|
|
245
|
+
],
|
|
246
|
+
"settings": {
|
|
247
|
+
"foreground": "#0F4A85"
|
|
248
|
+
}
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"scope": "string.regexp",
|
|
252
|
+
"settings": {
|
|
253
|
+
"foreground": "#811F3F"
|
|
254
|
+
}
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"scope": [
|
|
258
|
+
"punctuation.definition.template-expression.begin",
|
|
259
|
+
"punctuation.definition.template-expression.end",
|
|
260
|
+
"punctuation.section.embedded"
|
|
261
|
+
],
|
|
262
|
+
"settings": {
|
|
263
|
+
"foreground": "#0F4A85"
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"scope": [
|
|
268
|
+
"meta.template.expression"
|
|
269
|
+
],
|
|
270
|
+
"settings": {
|
|
271
|
+
"foreground": "#000000"
|
|
272
|
+
}
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"scope": [
|
|
276
|
+
"support.constant.property-value",
|
|
277
|
+
"support.constant.font-name",
|
|
278
|
+
"support.constant.media-type",
|
|
279
|
+
"support.constant.media",
|
|
280
|
+
"constant.other.color.rgb-value",
|
|
281
|
+
"constant.other.rgb-value",
|
|
282
|
+
"support.constant.color"
|
|
283
|
+
],
|
|
284
|
+
"settings": {
|
|
285
|
+
"foreground": "#0451A5"
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"scope": [
|
|
290
|
+
"support.type.vendored.property-name",
|
|
291
|
+
"support.type.property-name",
|
|
292
|
+
"variable.css",
|
|
293
|
+
"variable.scss",
|
|
294
|
+
"variable.other.less",
|
|
295
|
+
"source.coffee.embedded"
|
|
296
|
+
],
|
|
297
|
+
"settings": {
|
|
298
|
+
"foreground": "#264F78"
|
|
299
|
+
}
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"scope": [
|
|
303
|
+
"support.type.property-name.json"
|
|
304
|
+
],
|
|
305
|
+
"settings": {
|
|
306
|
+
"foreground": "#0451A5"
|
|
307
|
+
}
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"scope": "keyword",
|
|
311
|
+
"settings": {
|
|
312
|
+
"foreground": "#0F4A85"
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"scope": "keyword.control",
|
|
317
|
+
"settings": {
|
|
318
|
+
"foreground": "#0F4A85"
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"scope": "keyword.operator",
|
|
323
|
+
"settings": {
|
|
324
|
+
"foreground": "#000000"
|
|
325
|
+
}
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"scope": [
|
|
329
|
+
"keyword.operator.new",
|
|
330
|
+
"keyword.operator.expression",
|
|
331
|
+
"keyword.operator.cast",
|
|
332
|
+
"keyword.operator.sizeof",
|
|
333
|
+
"keyword.operator.alignof",
|
|
334
|
+
"keyword.operator.typeid",
|
|
335
|
+
"keyword.operator.alignas",
|
|
336
|
+
"keyword.operator.instanceof",
|
|
337
|
+
"keyword.operator.logical.python",
|
|
338
|
+
"keyword.operator.wordlike"
|
|
339
|
+
],
|
|
340
|
+
"settings": {
|
|
341
|
+
"foreground": "#0F4A85"
|
|
342
|
+
}
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"scope": "keyword.other.unit",
|
|
346
|
+
"settings": {
|
|
347
|
+
"foreground": "#096d48"
|
|
348
|
+
}
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"scope": [
|
|
352
|
+
"punctuation.section.embedded.begin.php",
|
|
353
|
+
"punctuation.section.embedded.end.php"
|
|
354
|
+
],
|
|
355
|
+
"settings": {
|
|
356
|
+
"foreground": "#0F4A85"
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"scope": "support.function.git-rebase",
|
|
361
|
+
"settings": {
|
|
362
|
+
"foreground": "#0451A5"
|
|
363
|
+
}
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"scope": "constant.sha.git-rebase",
|
|
367
|
+
"settings": {
|
|
368
|
+
"foreground": "#096d48"
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"scope": [
|
|
373
|
+
"storage.modifier.import.java",
|
|
374
|
+
"variable.language.wildcard.java",
|
|
375
|
+
"storage.modifier.package.java"
|
|
376
|
+
],
|
|
377
|
+
"settings": {
|
|
378
|
+
"foreground": "#000000"
|
|
379
|
+
}
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"scope": "variable.language",
|
|
383
|
+
"settings": {
|
|
384
|
+
"foreground": "#0F4A85"
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"scope": [
|
|
389
|
+
"entity.name.function",
|
|
390
|
+
"support.function",
|
|
391
|
+
"support.constant.handlebars",
|
|
392
|
+
"source.powershell variable.other.member",
|
|
393
|
+
"entity.name.operator.custom-literal"
|
|
394
|
+
],
|
|
395
|
+
"settings": {
|
|
396
|
+
"foreground": "#5e2cbc"
|
|
397
|
+
}
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"scope": [
|
|
401
|
+
"support.class",
|
|
402
|
+
"support.type",
|
|
403
|
+
"entity.name.type",
|
|
404
|
+
"entity.name.namespace",
|
|
405
|
+
"entity.other.attribute",
|
|
406
|
+
"entity.name.scope-resolution",
|
|
407
|
+
"entity.name.class",
|
|
408
|
+
"storage.type.numeric.go",
|
|
409
|
+
"storage.type.byte.go",
|
|
410
|
+
"storage.type.boolean.go",
|
|
411
|
+
"storage.type.string.go",
|
|
412
|
+
"storage.type.uintptr.go",
|
|
413
|
+
"storage.type.error.go",
|
|
414
|
+
"storage.type.rune.go",
|
|
415
|
+
"storage.type.cs",
|
|
416
|
+
"storage.type.generic.cs",
|
|
417
|
+
"storage.type.modifier.cs",
|
|
418
|
+
"storage.type.variable.cs",
|
|
419
|
+
"storage.type.annotation.java",
|
|
420
|
+
"storage.type.generic.java",
|
|
421
|
+
"storage.type.java",
|
|
422
|
+
"storage.type.object.array.java",
|
|
423
|
+
"storage.type.primitive.array.java",
|
|
424
|
+
"storage.type.primitive.java",
|
|
425
|
+
"storage.type.token.java",
|
|
426
|
+
"storage.type.groovy",
|
|
427
|
+
"storage.type.annotation.groovy",
|
|
428
|
+
"storage.type.parameters.groovy",
|
|
429
|
+
"storage.type.generic.groovy",
|
|
430
|
+
"storage.type.object.array.groovy",
|
|
431
|
+
"storage.type.primitive.array.groovy",
|
|
432
|
+
"storage.type.primitive.groovy"
|
|
433
|
+
],
|
|
434
|
+
"settings": {
|
|
435
|
+
"foreground": "#185E73"
|
|
436
|
+
}
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"scope": [
|
|
440
|
+
"meta.type.cast.expr",
|
|
441
|
+
"meta.type.new.expr",
|
|
442
|
+
"support.constant.math",
|
|
443
|
+
"support.constant.dom",
|
|
444
|
+
"support.constant.json",
|
|
445
|
+
"entity.other.inherited-class"
|
|
446
|
+
],
|
|
447
|
+
"settings": {
|
|
448
|
+
"foreground": "#185E73"
|
|
449
|
+
}
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"scope": [
|
|
453
|
+
"keyword.control",
|
|
454
|
+
"source.cpp keyword.operator.new",
|
|
455
|
+
"source.cpp keyword.operator.delete",
|
|
456
|
+
"keyword.other.using",
|
|
457
|
+
"keyword.other.operator",
|
|
458
|
+
"entity.name.operator"
|
|
459
|
+
],
|
|
460
|
+
"settings": {
|
|
461
|
+
"foreground": "#b5200d"
|
|
462
|
+
}
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"scope": [
|
|
466
|
+
"variable",
|
|
467
|
+
"meta.definition.variable.name",
|
|
468
|
+
"support.variable",
|
|
469
|
+
"entity.name.variable",
|
|
470
|
+
"constant.other.placeholder"
|
|
471
|
+
],
|
|
472
|
+
"settings": {
|
|
473
|
+
"foreground": "#001080"
|
|
474
|
+
}
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"scope": [
|
|
478
|
+
"variable.other.constant",
|
|
479
|
+
"variable.other.enummember"
|
|
480
|
+
],
|
|
481
|
+
"settings": {
|
|
482
|
+
"foreground": "#02715D"
|
|
483
|
+
}
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"scope": [
|
|
487
|
+
"meta.object-literal.key"
|
|
488
|
+
],
|
|
489
|
+
"settings": {
|
|
490
|
+
"foreground": "#001080"
|
|
491
|
+
}
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"scope": [
|
|
495
|
+
"support.constant.property-value",
|
|
496
|
+
"support.constant.font-name",
|
|
497
|
+
"support.constant.media-type",
|
|
498
|
+
"support.constant.media",
|
|
499
|
+
"constant.other.color.rgb-value",
|
|
500
|
+
"constant.other.rgb-value",
|
|
501
|
+
"support.constant.color"
|
|
502
|
+
],
|
|
503
|
+
"settings": {
|
|
504
|
+
"foreground": "#0451A5"
|
|
505
|
+
}
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"scope": [
|
|
509
|
+
"punctuation.definition.group.regexp",
|
|
510
|
+
"punctuation.definition.group.assertion.regexp",
|
|
511
|
+
"punctuation.definition.character-class.regexp",
|
|
512
|
+
"punctuation.character.set.begin.regexp",
|
|
513
|
+
"punctuation.character.set.end.regexp",
|
|
514
|
+
"keyword.operator.negation.regexp",
|
|
515
|
+
"support.other.parenthesis.regexp"
|
|
516
|
+
],
|
|
517
|
+
"settings": {
|
|
518
|
+
"foreground": "#D16969"
|
|
519
|
+
}
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"scope": [
|
|
523
|
+
"constant.character.character-class.regexp",
|
|
524
|
+
"constant.other.character-class.set.regexp",
|
|
525
|
+
"constant.other.character-class.regexp",
|
|
526
|
+
"constant.character.set.regexp"
|
|
527
|
+
],
|
|
528
|
+
"settings": {
|
|
529
|
+
"foreground": "#811F3F"
|
|
530
|
+
}
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"scope": "keyword.operator.quantifier.regexp",
|
|
534
|
+
"settings": {
|
|
535
|
+
"foreground": "#000000"
|
|
536
|
+
}
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"scope": [
|
|
540
|
+
"keyword.operator.or.regexp",
|
|
541
|
+
"keyword.control.anchor.regexp"
|
|
542
|
+
],
|
|
543
|
+
"settings": {
|
|
544
|
+
"foreground": "#EE0000"
|
|
545
|
+
}
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"scope": "constant.character",
|
|
549
|
+
"settings": {
|
|
550
|
+
"foreground": "#0F4A85"
|
|
551
|
+
}
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"scope": "constant.character.escape",
|
|
555
|
+
"settings": {
|
|
556
|
+
"foreground": "#EE0000"
|
|
557
|
+
}
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
"scope": "entity.name.label",
|
|
561
|
+
"settings": {
|
|
562
|
+
"foreground": "#000000"
|
|
563
|
+
}
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"scope": "token.info-token",
|
|
567
|
+
"settings": {
|
|
568
|
+
"foreground": "#316BCD"
|
|
569
|
+
}
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"scope": "token.warn-token",
|
|
573
|
+
"settings": {
|
|
574
|
+
"foreground": "#CD9731"
|
|
575
|
+
}
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"scope": "token.error-token",
|
|
579
|
+
"settings": {
|
|
580
|
+
"foreground": "#CD3131"
|
|
581
|
+
}
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"scope": "token.debug-token",
|
|
585
|
+
"settings": {
|
|
586
|
+
"foreground": "#800080"
|
|
587
|
+
}
|
|
588
|
+
}
|
|
589
|
+
]
|
|
590
|
+
}
|