xmlui 0.9.48 → 0.9.49
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/dist/lib/{apiInterceptorWorker-Ap4Sg3e9.mjs → apiInterceptorWorker-jUcCYRz4.mjs} +1 -1
- package/dist/lib/index-Cm7mLpy4.mjs +35418 -0
- package/dist/lib/language-server-web-worker.mjs +1 -1
- package/dist/lib/language-server.mjs +1 -1
- package/dist/lib/{server-common-COd84jF-.mjs → server-common-DJ9dCJkg.mjs} +4201 -4231
- package/dist/lib/xmlui.mjs +1 -1
- package/dist/scripts/package.json +1 -1
- package/dist/scripts/src/components-core/XmluiCodeHighlighter.js +19 -22
- package/dist/scripts/src/syntax/textMate/xmlui-dark.json +631 -0
- package/dist/scripts/src/syntax/textMate/{xmlui.json → xmlui-light.json} +26 -25
- package/dist/standalone/xmlui-standalone.umd.js +7 -7
- package/package.json +1 -1
- package/dist/lib/grammar.tmLanguage-CiYpNgdH.mjs +0 -600
- package/dist/lib/index-CSz52AVL.mjs +0 -30723
- package/dist/lib/xmlui-DMBgrXXb.mjs +0 -637
|
@@ -1,637 +0,0 @@
|
|
|
1
|
-
const e = "xmlui", o = "css", n = {
|
|
2
|
-
foreground: "#616161",
|
|
3
|
-
focusBorder: "#161F26",
|
|
4
|
-
"widget.shadow": "#161F2694",
|
|
5
|
-
"input.background": "#FFF",
|
|
6
|
-
"input.border": "#161F26",
|
|
7
|
-
"input.foreground": "#000",
|
|
8
|
-
"input.placeholderForeground": "#a0a0a0",
|
|
9
|
-
"inputOption.activeBorder": "#3E313C",
|
|
10
|
-
"inputValidation.errorBackground": "#F44C5E",
|
|
11
|
-
"inputValidation.errorForeground": "#FFF",
|
|
12
|
-
"inputValidation.infoBackground": "#6182b8",
|
|
13
|
-
"inputValidation.infoForeground": "#FFF",
|
|
14
|
-
"inputValidation.warningBackground": "#F6B555",
|
|
15
|
-
"inputValidation.warningForeground": "#000",
|
|
16
|
-
"list.activeSelectionBackground": "#5899C5",
|
|
17
|
-
"list.activeSelectionForeground": "#fff",
|
|
18
|
-
"list.hoverBackground": "#d5e1ea",
|
|
19
|
-
"list.hoverForeground": "#fff",
|
|
20
|
-
"list.focusBackground": "#d5e1ea",
|
|
21
|
-
"list.focusForeground": "#fff",
|
|
22
|
-
"list.inactiveSelectionBackground": "#5899C5",
|
|
23
|
-
"list.inactiveSelectionForeground": "#fff",
|
|
24
|
-
"list.highlightForeground": "#2D3E4C",
|
|
25
|
-
"list.inactiveFocusBackground": "#161F26",
|
|
26
|
-
"list.invalidItemForeground": "#fff",
|
|
27
|
-
"button.background": "#475663",
|
|
28
|
-
"button.foreground": "#FFF",
|
|
29
|
-
"button.hoverBackground": "#161F26",
|
|
30
|
-
"scrollbar.shadow": "#ffffff00",
|
|
31
|
-
"scrollbarSlider.activeBackground": "#161F267e",
|
|
32
|
-
"scrollbarSlider.background": "#161F267e",
|
|
33
|
-
"scrollbarSlider.hoverBackground": "#161F267e",
|
|
34
|
-
"badge.background": "#8AE773",
|
|
35
|
-
"progressBar.background": "#8AE773",
|
|
36
|
-
"editor.background": "#FFF",
|
|
37
|
-
"editor.foreground": "#000",
|
|
38
|
-
"editor.lineHighlightBackground": "#EEEEEE",
|
|
39
|
-
"editor.wordHighlightStrongBackground": "#EEEEEE",
|
|
40
|
-
"editor.selectionBackground": "#AED4FB",
|
|
41
|
-
"editorLineNumber.foreground": "#b9b9b9",
|
|
42
|
-
"editorActiveLineNumber.foreground": "#475663",
|
|
43
|
-
"editor.findMatchBackground": "#AED4FB",
|
|
44
|
-
"editorHint.foreground": "#F9F9F9",
|
|
45
|
-
"editorHint.border": "#F9F9F9",
|
|
46
|
-
"editor.wordHighlightBackground": "#AED4FB",
|
|
47
|
-
"terminal.border": "#2D3E4C",
|
|
48
|
-
"terminal.foreground": "#161F26",
|
|
49
|
-
"terminal.ansiBlack": "#000000",
|
|
50
|
-
"terminal.ansiBlue": "#6182b8",
|
|
51
|
-
"terminal.ansiBrightBlack": "#90a4ae",
|
|
52
|
-
"terminal.ansiBrightBlue": "#6182b8",
|
|
53
|
-
"terminal.ansiBrightCyan": "#39adb5",
|
|
54
|
-
"terminal.ansiBrightGreen": "#91b859",
|
|
55
|
-
"terminal.ansiBrightMagenta": "#7c4dff",
|
|
56
|
-
"terminal.ansiBrightRed": "#e53935",
|
|
57
|
-
"terminal.ansiBrightWhite": "#ffffff",
|
|
58
|
-
"terminal.ansiBrightYellow": "#ffb62c",
|
|
59
|
-
"terminal.ansiCyan": "#39adb5",
|
|
60
|
-
"terminal.ansiGreen": "#91b859",
|
|
61
|
-
"terminal.ansiMagenta": "#7c4dff",
|
|
62
|
-
"terminal.ansiRed": "#e53935",
|
|
63
|
-
"terminal.ansiWhite": "#ffffff",
|
|
64
|
-
"terminal.ansiYellow": "#ffb62c",
|
|
65
|
-
"terminal.selectionBackground": "#0006",
|
|
66
|
-
"panelTitle.activeForeground": "#161F26",
|
|
67
|
-
"activityBar.background": "#161F26",
|
|
68
|
-
"activityBar.foreground": "#FFF",
|
|
69
|
-
"activityBar.dropBackground": "#FFF",
|
|
70
|
-
"activityBarBadge.background": "#8AE773",
|
|
71
|
-
"activityBarBadge.foreground": "#FFF",
|
|
72
|
-
"panel.border": "#2D3E4C",
|
|
73
|
-
"dropdown.background": "#FFF",
|
|
74
|
-
"dropdown.listBackground": "#FFF",
|
|
75
|
-
"dropdown.border": "#DCDEDF",
|
|
76
|
-
"dropdown.foreground": "#DCDEDF",
|
|
77
|
-
"sideBar.background": "#2D3E4C",
|
|
78
|
-
"sideBar.foreground": "#DCDEDF",
|
|
79
|
-
"sideBarTitle.foreground": "#FFF",
|
|
80
|
-
"sideBarSectionHeader.foreground": "#FFF",
|
|
81
|
-
"sideBarSectionHeader.background": "#161F26",
|
|
82
|
-
"debugToolBar.background": "#161F26",
|
|
83
|
-
"tab.border": "#F3F3F3",
|
|
84
|
-
"tab.activeBackground": "#FFF",
|
|
85
|
-
"tab.inactiveForeground": "#686868",
|
|
86
|
-
"tab.inactiveBackground": "#F3F3F3",
|
|
87
|
-
"tab.activeForeground": "#000",
|
|
88
|
-
"editorGroupHeader.tabsBackground": "#2D3E4C",
|
|
89
|
-
"statusBar.foreground": "#FFF",
|
|
90
|
-
"statusBar.background": "#5899C5",
|
|
91
|
-
"statusBar.debuggingBackground": "#8AE773",
|
|
92
|
-
"statusBar.noFolderBackground": "#161F26",
|
|
93
|
-
"extensionButton.prominentBackground": "#475663",
|
|
94
|
-
"extensionButton.prominentForeground": "#F6F6F6",
|
|
95
|
-
"extensionButton.prominentHoverBackground": "#161F26",
|
|
96
|
-
"gitDecoration.modifiedResourceForeground": "#ECB22E",
|
|
97
|
-
"gitDecoration.deletedResourceForeground": "#FFF",
|
|
98
|
-
"gitDecoration.untrackedResourceForeground": "#ECB22E",
|
|
99
|
-
"gitDecoration.ignoredResourceForeground": "#877583",
|
|
100
|
-
"gitDecoration.addedResourceForeground": "#ECB22E",
|
|
101
|
-
"gitDecoration.conflictingResourceForeground": "#FFF",
|
|
102
|
-
"notificationCenter.border": "#161F26",
|
|
103
|
-
"notificationToast.border": "#161F26",
|
|
104
|
-
"notifications.foreground": "#FFF",
|
|
105
|
-
"notifications.background": "#161F26",
|
|
106
|
-
"notifications.border": "#161F26",
|
|
107
|
-
"notificationCenterHeader.foreground": "#FFF",
|
|
108
|
-
"notificationLink.foreground": "#FFF",
|
|
109
|
-
"titleBar.activeBackground": "#2D3E4C",
|
|
110
|
-
"titleBar.activeForeground": "#FFF",
|
|
111
|
-
"titleBar.inactiveBackground": "#161F26",
|
|
112
|
-
"titleBar.inactiveForeground": "#685C66",
|
|
113
|
-
"titleBar.border": "#2D3E4C",
|
|
114
|
-
"welcomePage.buttonBackground": "#F3F3F3",
|
|
115
|
-
"welcomePage.buttonHoverBackground": "#ECECEC",
|
|
116
|
-
"editorWidget.background": "#F9F9F9",
|
|
117
|
-
"editorWidget.border": "#dbdbdb",
|
|
118
|
-
"editorSuggestWidget.foreground": "#2D3E4C",
|
|
119
|
-
"editorSuggestWidget.highlightForeground": "#2D3E4C",
|
|
120
|
-
"editorSuggestWidget.selectedBackground": "#b9b9b9",
|
|
121
|
-
"editorGroup.emptyBackground": "#2D3E4C",
|
|
122
|
-
"editorGroup.focusedEmptyBorder": "#2D3E4C",
|
|
123
|
-
"editorPane.background": "#2D3E4C",
|
|
124
|
-
"breadcrumb.foreground": "#161F26",
|
|
125
|
-
"breadcrumb.focusForeground": "#475663",
|
|
126
|
-
"settings.headerForeground": "#161F26",
|
|
127
|
-
"settings.dropdownForeground": "#161F26",
|
|
128
|
-
"settings.dropdownBorder": "#161F26",
|
|
129
|
-
"menu.separatorBackground": "#F9FAFA",
|
|
130
|
-
"menu.background": "#161F26",
|
|
131
|
-
"menu.foreground": "#F9FAFA",
|
|
132
|
-
"textPreformat.foreground": "#161F26",
|
|
133
|
-
"editorIndentGuide.background": "#F3F3F3",
|
|
134
|
-
"editorIndentGuide.activeBackground": "#dbdbdb",
|
|
135
|
-
"debugExceptionWidget.background": "#AED4FB",
|
|
136
|
-
"debugExceptionWidget.border": "#161F26",
|
|
137
|
-
"editorMarkerNavigation.background": "#F9F9F9",
|
|
138
|
-
"editorMarkerNavigationInfo.background": "#6182b8",
|
|
139
|
-
"editorMarkerNavigationError.background": "#F44C5E",
|
|
140
|
-
"editorMarkerNavigationWarning.background": "#F6B555"
|
|
141
|
-
}, t = [
|
|
142
|
-
{
|
|
143
|
-
scope: [
|
|
144
|
-
"support.class.tag.component"
|
|
145
|
-
],
|
|
146
|
-
settings: {
|
|
147
|
-
foreground: "#000001"
|
|
148
|
-
}
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
scope: [
|
|
152
|
-
"punctuation.definition.tag"
|
|
153
|
-
],
|
|
154
|
-
settings: {
|
|
155
|
-
foreground: "#000002"
|
|
156
|
-
}
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
scope: [
|
|
160
|
-
"entity.other.attribute-name.localname"
|
|
161
|
-
],
|
|
162
|
-
settings: {
|
|
163
|
-
foreground: "#000003"
|
|
164
|
-
}
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
scope: [
|
|
168
|
-
"keyword.operator"
|
|
169
|
-
],
|
|
170
|
-
settings: {
|
|
171
|
-
foreground: "#000004"
|
|
172
|
-
}
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
scope: [
|
|
176
|
-
"string.xmlui"
|
|
177
|
-
],
|
|
178
|
-
settings: {
|
|
179
|
-
foreground: "#000005"
|
|
180
|
-
}
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
scope: [
|
|
184
|
-
"entity.name.function"
|
|
185
|
-
],
|
|
186
|
-
settings: {
|
|
187
|
-
foreground: "#000006"
|
|
188
|
-
}
|
|
189
|
-
},
|
|
190
|
-
{
|
|
191
|
-
scope: [
|
|
192
|
-
"entity.name.tag.localname"
|
|
193
|
-
],
|
|
194
|
-
settings: {
|
|
195
|
-
foreground: "#000007"
|
|
196
|
-
}
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
scope: [
|
|
200
|
-
"punctuation.definition.comment.xmlui"
|
|
201
|
-
],
|
|
202
|
-
settings: {
|
|
203
|
-
foreground: "#000008"
|
|
204
|
-
}
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
scope: [
|
|
208
|
-
"comment.block.xmlui"
|
|
209
|
-
],
|
|
210
|
-
settings: {
|
|
211
|
-
foreground: "#000008"
|
|
212
|
-
}
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
scope: [
|
|
216
|
-
"constant.character.escape.xmlui"
|
|
217
|
-
],
|
|
218
|
-
settings: {
|
|
219
|
-
foreground: "#000009"
|
|
220
|
-
}
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
scope: [
|
|
224
|
-
"punctuation.definition.constant.xmlui"
|
|
225
|
-
],
|
|
226
|
-
settings: {
|
|
227
|
-
foreground: "#000010"
|
|
228
|
-
}
|
|
229
|
-
},
|
|
230
|
-
{
|
|
231
|
-
scope: [
|
|
232
|
-
"storage.xmlui"
|
|
233
|
-
],
|
|
234
|
-
settings: {
|
|
235
|
-
foreground: "#000011"
|
|
236
|
-
}
|
|
237
|
-
},
|
|
238
|
-
{
|
|
239
|
-
scope: [
|
|
240
|
-
"punctuation.definition.block.xmlui"
|
|
241
|
-
],
|
|
242
|
-
settings: {
|
|
243
|
-
foreground: "#000012"
|
|
244
|
-
}
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
settings: {
|
|
248
|
-
foreground: "#000013"
|
|
249
|
-
}
|
|
250
|
-
},
|
|
251
|
-
{
|
|
252
|
-
scope: [
|
|
253
|
-
"string.quoted.single",
|
|
254
|
-
"string.quoted.double"
|
|
255
|
-
],
|
|
256
|
-
settings: {
|
|
257
|
-
foreground: "#000014"
|
|
258
|
-
}
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
scope: [
|
|
262
|
-
"meta.paragraph.markdown",
|
|
263
|
-
"string.other.link.description.title.markdown"
|
|
264
|
-
],
|
|
265
|
-
settings: {
|
|
266
|
-
foreground: "#110000"
|
|
267
|
-
}
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
scope: [
|
|
271
|
-
"entity.name.section.markdown",
|
|
272
|
-
"punctuation.definition.heading.markdown"
|
|
273
|
-
],
|
|
274
|
-
settings: {
|
|
275
|
-
foreground: "#034c7c"
|
|
276
|
-
}
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
scope: [
|
|
280
|
-
"punctuation.definition.string.begin.markdown",
|
|
281
|
-
"punctuation.definition.string.end.markdown",
|
|
282
|
-
"markup.quote.markdown"
|
|
283
|
-
],
|
|
284
|
-
settings: {
|
|
285
|
-
foreground: "#00AC8F"
|
|
286
|
-
}
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
scope: [
|
|
290
|
-
"markup.quote.markdown"
|
|
291
|
-
],
|
|
292
|
-
settings: {
|
|
293
|
-
fontStyle: "italic",
|
|
294
|
-
foreground: "#003494"
|
|
295
|
-
}
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
scope: [
|
|
299
|
-
"markup.bold.markdown",
|
|
300
|
-
"punctuation.definition.bold.markdown"
|
|
301
|
-
],
|
|
302
|
-
settings: {
|
|
303
|
-
fontStyle: "bold",
|
|
304
|
-
foreground: "#4e76b5"
|
|
305
|
-
}
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
scope: [
|
|
309
|
-
"markup.italic.markdown",
|
|
310
|
-
"punctuation.definition.italic.markdown"
|
|
311
|
-
],
|
|
312
|
-
settings: {
|
|
313
|
-
fontStyle: "italic",
|
|
314
|
-
foreground: "#C792EA"
|
|
315
|
-
}
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
scope: [
|
|
319
|
-
"markup.inline.raw.string.markdown",
|
|
320
|
-
"markup.fenced_code.block.markdown"
|
|
321
|
-
],
|
|
322
|
-
settings: {
|
|
323
|
-
fontStyle: "italic",
|
|
324
|
-
foreground: "#0460b1"
|
|
325
|
-
}
|
|
326
|
-
},
|
|
327
|
-
{
|
|
328
|
-
scope: [
|
|
329
|
-
"punctuation.definition.metadata.markdown"
|
|
330
|
-
],
|
|
331
|
-
settings: {
|
|
332
|
-
foreground: "#00AC8F"
|
|
333
|
-
}
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
scope: [
|
|
337
|
-
"markup.underline.link.image.markdown",
|
|
338
|
-
"markup.underline.link.markdown"
|
|
339
|
-
],
|
|
340
|
-
settings: {
|
|
341
|
-
foreground: "#924205"
|
|
342
|
-
}
|
|
343
|
-
},
|
|
344
|
-
{
|
|
345
|
-
name: "Component Tag",
|
|
346
|
-
scope: "component.tag",
|
|
347
|
-
settings: {
|
|
348
|
-
foreground: "#1174FF"
|
|
349
|
-
}
|
|
350
|
-
},
|
|
351
|
-
{
|
|
352
|
-
name: "Attribute name",
|
|
353
|
-
scope: "attribute.name",
|
|
354
|
-
settings: {
|
|
355
|
-
fontStyle: "italic",
|
|
356
|
-
foreground: "#FF8D23"
|
|
357
|
-
}
|
|
358
|
-
},
|
|
359
|
-
{
|
|
360
|
-
name: "Attribute value",
|
|
361
|
-
scope: "attribute.value",
|
|
362
|
-
settings: {
|
|
363
|
-
foreground: "#7681FF"
|
|
364
|
-
}
|
|
365
|
-
},
|
|
366
|
-
{
|
|
367
|
-
name: "Helper Tag",
|
|
368
|
-
scope: "helper.tag",
|
|
369
|
-
settings: {
|
|
370
|
-
foreground: "#32D158"
|
|
371
|
-
}
|
|
372
|
-
},
|
|
373
|
-
{
|
|
374
|
-
name: "Library function",
|
|
375
|
-
scope: "support.function",
|
|
376
|
-
settings: {
|
|
377
|
-
fontStyle: "",
|
|
378
|
-
foreground: "#1ab394"
|
|
379
|
-
}
|
|
380
|
-
},
|
|
381
|
-
{
|
|
382
|
-
name: "Library constant",
|
|
383
|
-
scope: "support.constant",
|
|
384
|
-
settings: {
|
|
385
|
-
fontStyle: "",
|
|
386
|
-
foreground: "#7681FF"
|
|
387
|
-
}
|
|
388
|
-
},
|
|
389
|
-
{
|
|
390
|
-
name: "Library class/type",
|
|
391
|
-
scope: [
|
|
392
|
-
"support.type",
|
|
393
|
-
"support.class"
|
|
394
|
-
],
|
|
395
|
-
settings: {
|
|
396
|
-
foreground: "#d45800"
|
|
397
|
-
}
|
|
398
|
-
},
|
|
399
|
-
{
|
|
400
|
-
name: "Library variable",
|
|
401
|
-
scope: "support.other.variable",
|
|
402
|
-
settings: {
|
|
403
|
-
foreground: "#224555"
|
|
404
|
-
}
|
|
405
|
-
},
|
|
406
|
-
{
|
|
407
|
-
name: "Invalid",
|
|
408
|
-
scope: "invalid",
|
|
409
|
-
settings: {
|
|
410
|
-
fontStyle: " italic bold underline",
|
|
411
|
-
foreground: "#207bb8"
|
|
412
|
-
}
|
|
413
|
-
},
|
|
414
|
-
{
|
|
415
|
-
name: "Invalid deprecated",
|
|
416
|
-
scope: "invalid.deprecated",
|
|
417
|
-
settings: {
|
|
418
|
-
foreground: "#207bb8",
|
|
419
|
-
fontStyle: " bold italic underline"
|
|
420
|
-
}
|
|
421
|
-
},
|
|
422
|
-
{
|
|
423
|
-
name: "[JSON] - Support",
|
|
424
|
-
scope: "source.json support",
|
|
425
|
-
settings: {
|
|
426
|
-
foreground: "#6dbdfa"
|
|
427
|
-
}
|
|
428
|
-
},
|
|
429
|
-
{
|
|
430
|
-
name: "[JSON] - String",
|
|
431
|
-
scope: [
|
|
432
|
-
"source.json string",
|
|
433
|
-
"source.json punctuation.definition.string"
|
|
434
|
-
],
|
|
435
|
-
settings: {
|
|
436
|
-
foreground: "#00820f"
|
|
437
|
-
}
|
|
438
|
-
},
|
|
439
|
-
{
|
|
440
|
-
name: "Lists",
|
|
441
|
-
scope: "markup.list",
|
|
442
|
-
settings: {
|
|
443
|
-
foreground: "#207bb8"
|
|
444
|
-
}
|
|
445
|
-
},
|
|
446
|
-
{
|
|
447
|
-
name: "Headings",
|
|
448
|
-
scope: [
|
|
449
|
-
"markup.heading punctuation.definition.heading",
|
|
450
|
-
"entity.name.section"
|
|
451
|
-
],
|
|
452
|
-
settings: {
|
|
453
|
-
fontStyle: "",
|
|
454
|
-
foreground: "#4FB4D8"
|
|
455
|
-
}
|
|
456
|
-
},
|
|
457
|
-
{
|
|
458
|
-
name: "Support",
|
|
459
|
-
scope: [
|
|
460
|
-
"text.html.markdown meta.paragraph meta.link.inline",
|
|
461
|
-
"text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.begin.markdown",
|
|
462
|
-
"text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.end.markdown"
|
|
463
|
-
],
|
|
464
|
-
settings: {
|
|
465
|
-
foreground: "#87429A"
|
|
466
|
-
}
|
|
467
|
-
},
|
|
468
|
-
{
|
|
469
|
-
name: "Quotes",
|
|
470
|
-
scope: "markup.quote",
|
|
471
|
-
settings: {
|
|
472
|
-
foreground: "#87429A"
|
|
473
|
-
}
|
|
474
|
-
},
|
|
475
|
-
{
|
|
476
|
-
name: "Bold",
|
|
477
|
-
scope: "markup.bold",
|
|
478
|
-
settings: {
|
|
479
|
-
fontStyle: "bold",
|
|
480
|
-
foreground: "#08134A"
|
|
481
|
-
}
|
|
482
|
-
},
|
|
483
|
-
{
|
|
484
|
-
name: "Italic",
|
|
485
|
-
scope: [
|
|
486
|
-
"markup.italic",
|
|
487
|
-
"punctuation.definition.italic"
|
|
488
|
-
],
|
|
489
|
-
settings: {
|
|
490
|
-
fontStyle: "italic",
|
|
491
|
-
foreground: "#7681FF"
|
|
492
|
-
}
|
|
493
|
-
},
|
|
494
|
-
{
|
|
495
|
-
name: "Link Url",
|
|
496
|
-
scope: "meta.link",
|
|
497
|
-
settings: {
|
|
498
|
-
foreground: "#87429A"
|
|
499
|
-
}
|
|
500
|
-
},
|
|
501
|
-
{
|
|
502
|
-
name: "String",
|
|
503
|
-
scope: "string",
|
|
504
|
-
settings: {
|
|
505
|
-
foreground: "#152dd0"
|
|
506
|
-
}
|
|
507
|
-
},
|
|
508
|
-
{
|
|
509
|
-
name: "Number",
|
|
510
|
-
scope: "constant.numeric",
|
|
511
|
-
settings: {
|
|
512
|
-
foreground: "#7681FF"
|
|
513
|
-
}
|
|
514
|
-
},
|
|
515
|
-
{
|
|
516
|
-
name: "Constant",
|
|
517
|
-
scope: "constant",
|
|
518
|
-
settings: {
|
|
519
|
-
foreground: "#7681FF"
|
|
520
|
-
}
|
|
521
|
-
},
|
|
522
|
-
{
|
|
523
|
-
name: "Built-in constant",
|
|
524
|
-
scope: "language.method",
|
|
525
|
-
settings: {
|
|
526
|
-
foreground: "#7681FF"
|
|
527
|
-
}
|
|
528
|
-
},
|
|
529
|
-
{
|
|
530
|
-
name: "User-defined constant",
|
|
531
|
-
scope: [
|
|
532
|
-
"constant.character",
|
|
533
|
-
"constant.other"
|
|
534
|
-
],
|
|
535
|
-
settings: {
|
|
536
|
-
foreground: "#7681FF"
|
|
537
|
-
}
|
|
538
|
-
},
|
|
539
|
-
{
|
|
540
|
-
name: "Variable",
|
|
541
|
-
scope: "variable",
|
|
542
|
-
settings: {
|
|
543
|
-
fontStyle: "",
|
|
544
|
-
foreground: "#2f86d2"
|
|
545
|
-
}
|
|
546
|
-
},
|
|
547
|
-
{
|
|
548
|
-
name: "Variable",
|
|
549
|
-
scope: "variable.language.this",
|
|
550
|
-
settings: {
|
|
551
|
-
fontStyle: "",
|
|
552
|
-
foreground: "#000000"
|
|
553
|
-
}
|
|
554
|
-
},
|
|
555
|
-
{
|
|
556
|
-
name: "Keyword",
|
|
557
|
-
scope: "keyword",
|
|
558
|
-
settings: {
|
|
559
|
-
fontStyle: "",
|
|
560
|
-
foreground: "#7b30d0"
|
|
561
|
-
}
|
|
562
|
-
},
|
|
563
|
-
{
|
|
564
|
-
name: "Storage",
|
|
565
|
-
scope: "storage",
|
|
566
|
-
settings: {
|
|
567
|
-
fontStyle: "",
|
|
568
|
-
foreground: "#da5221"
|
|
569
|
-
}
|
|
570
|
-
},
|
|
571
|
-
{
|
|
572
|
-
name: "Storage type",
|
|
573
|
-
scope: "storage.type",
|
|
574
|
-
settings: {
|
|
575
|
-
foreground: "#0991b6",
|
|
576
|
-
fontStyle: ""
|
|
577
|
-
}
|
|
578
|
-
},
|
|
579
|
-
{
|
|
580
|
-
name: "Class name",
|
|
581
|
-
scope: "entity.name.class",
|
|
582
|
-
settings: {
|
|
583
|
-
foreground: "#1172c7"
|
|
584
|
-
}
|
|
585
|
-
},
|
|
586
|
-
{
|
|
587
|
-
name: "Inherited class",
|
|
588
|
-
scope: "entity.other.inherited-class",
|
|
589
|
-
settings: {
|
|
590
|
-
fontStyle: "",
|
|
591
|
-
foreground: "#b02767"
|
|
592
|
-
}
|
|
593
|
-
},
|
|
594
|
-
{
|
|
595
|
-
name: "Function argument",
|
|
596
|
-
scope: "variable.parameter",
|
|
597
|
-
settings: {
|
|
598
|
-
foreground: "#b1108e",
|
|
599
|
-
fontStyle: ""
|
|
600
|
-
}
|
|
601
|
-
},
|
|
602
|
-
{
|
|
603
|
-
name: "Tag name",
|
|
604
|
-
scope: "entity.name.tag",
|
|
605
|
-
settings: {
|
|
606
|
-
fontStyle: "",
|
|
607
|
-
foreground: "#0444ac"
|
|
608
|
-
}
|
|
609
|
-
},
|
|
610
|
-
{
|
|
611
|
-
name: "Html Other",
|
|
612
|
-
scope: "text.html.basic",
|
|
613
|
-
settings: {
|
|
614
|
-
fontStyle: "",
|
|
615
|
-
foreground: "#0071ce"
|
|
616
|
-
}
|
|
617
|
-
},
|
|
618
|
-
{
|
|
619
|
-
name: "Entity Name Type",
|
|
620
|
-
scope: "entity.name.type",
|
|
621
|
-
settings: {
|
|
622
|
-
foreground: "#0444ac"
|
|
623
|
-
}
|
|
624
|
-
}
|
|
625
|
-
], r = {
|
|
626
|
-
name: e,
|
|
627
|
-
type: o,
|
|
628
|
-
colors: n,
|
|
629
|
-
tokenColors: t
|
|
630
|
-
};
|
|
631
|
-
export {
|
|
632
|
-
n as colors,
|
|
633
|
-
r as default,
|
|
634
|
-
e as name,
|
|
635
|
-
t as tokenColors,
|
|
636
|
-
o as type
|
|
637
|
-
};
|