xmlui 0.9.83 → 0.9.86

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.
Files changed (75) hide show
  1. package/dist/lib/{index-aMRikNoc.mjs → index-Bm0sNu3Q.mjs} +17098 -21599
  2. package/dist/lib/index.css +1 -1
  3. package/dist/lib/{initMock-CYGUM37_.mjs → initMock-BJWFwa64.mjs} +1 -1
  4. package/dist/lib/language-server-web-worker.mjs +1 -1
  5. package/dist/lib/language-server.mjs +1 -1
  6. package/dist/lib/{server-common-LUcdzTQs.mjs → server-common-CfdMYx46.mjs} +4453 -4423
  7. package/dist/lib/syntax-monaco.d.ts +64 -0
  8. package/dist/lib/syntax-monaco.mjs +639 -0
  9. package/dist/lib/syntax-textmate.d.ts +2127 -0
  10. package/dist/lib/syntax-textmate.mjs +2491 -0
  11. package/dist/lib/xmlui-parser.d.ts +7 -1
  12. package/dist/lib/xmlui.d.ts +8 -2
  13. package/dist/lib/xmlui.mjs +1 -1
  14. package/dist/metadata/{collectedComponentMetadata-BD1Fa8Cz.mjs → collectedComponentMetadata-BLxDndi5.mjs} +19018 -23504
  15. package/dist/metadata/{initMock-CzVkUblk.mjs → initMock-DRxSMFJz.mjs} +1 -1
  16. package/dist/metadata/style.css +1 -1
  17. package/dist/metadata/xmlui-metadata.mjs +1 -1
  18. package/dist/metadata/xmlui-metadata.umd.js +138 -285
  19. package/dist/scripts/package.json +24 -4
  20. package/dist/scripts/src/components/APICall/APICall.js +4 -0
  21. package/dist/scripts/src/components/Accordion/Accordion.js +14 -4
  22. package/dist/scripts/src/components/AppState/AppState.js +7 -2
  23. package/dist/scripts/src/components/AutoComplete/AutoComplete.js +17 -3
  24. package/dist/scripts/src/components/Bookmark/Bookmark.js +1 -0
  25. package/dist/scripts/src/components/Carousel/Carousel.js +23 -5
  26. package/dist/scripts/src/components/Checkbox/Checkbox.js +15 -5
  27. package/dist/scripts/src/components/ColorPicker/ColorPicker.js +15 -3
  28. package/dist/scripts/src/components/ComponentProvider.js +0 -4
  29. package/dist/scripts/src/components/DatePicker/DatePicker.js +15 -3
  30. package/dist/scripts/src/components/DropdownMenu/DropdownMenu.js +8 -1
  31. package/dist/scripts/src/components/DropdownMenu/DropdownMenuNative.js +1 -0
  32. package/dist/scripts/src/components/ExpandableItem/ExpandableItem.js +16 -4
  33. package/dist/scripts/src/components/FileInput/FileInput.js +19 -6
  34. package/dist/scripts/src/components/Form/Form.js +12 -3
  35. package/dist/scripts/src/components/FormItem/FormItem.js +16 -5
  36. package/dist/scripts/src/components/FormItem/ItemWithLabel.js +5 -2
  37. package/dist/scripts/src/components/FormItem/Validations.js +4 -1
  38. package/dist/scripts/src/components/Heading/Heading.js +6 -0
  39. package/dist/scripts/src/components/Heading/HeadingNative.js +11 -1
  40. package/dist/scripts/src/components/HelloWorld/HelloWorld.js +8 -2
  41. package/dist/scripts/src/components/List/List.js +22 -4
  42. package/dist/scripts/src/components/ModalDialog/ModalDialog.js +14 -5
  43. package/dist/scripts/src/components/NumberBox/NumberBox.js +12 -3
  44. package/dist/scripts/src/components/NumberBox/NumberBox2.js +12 -3
  45. package/dist/scripts/src/components/Queue/Queue.js +38 -15
  46. package/dist/scripts/src/components/Select/Select.js +19 -4
  47. package/dist/scripts/src/components/Slider/Slider.js +15 -3
  48. package/dist/scripts/src/components/Switch/Switch.js +13 -3
  49. package/dist/scripts/src/components/Table/Table.js +26 -8
  50. package/dist/scripts/src/components/Tabs/Tabs.js +4 -1
  51. package/dist/scripts/src/components/TextArea/TextArea.js +8 -2
  52. package/dist/scripts/src/components/TextBox/TextBox.js +16 -4
  53. package/dist/scripts/src/components/Toggle/Toggle.js +9 -2
  54. package/dist/scripts/src/components/metadata-helpers.js +3 -3
  55. package/dist/standalone/xmlui-standalone.es.d.ts +9 -3
  56. package/dist/standalone/xmlui-standalone.umd.js +251 -251
  57. package/package.json +24 -4
  58. package/src/syntax/monaco/grammar.monacoLanguage.ts +283 -0
  59. package/src/syntax/monaco/index.ts +4 -0
  60. package/src/syntax/monaco/xmlui-dark.ts +24 -0
  61. package/src/syntax/monaco/xmlui-light.ts +24 -0
  62. package/src/syntax/monaco/xmluiscript.monacoLanguage.ts +337 -0
  63. package/src/syntax/textMate/index.ts +6 -0
  64. package/src/syntax/textMate/xmlui-dark.json +631 -0
  65. package/src/syntax/textMate/xmlui-light.json +565 -0
  66. package/src/syntax/textMate/xmlui.json +564 -0
  67. package/src/syntax/textMate/xmlui.tmLanguage.json +341 -0
  68. package/dist/lib/core-CvFpTAHi.mjs +0 -5775
  69. package/dist/lib/wasm-DQxwEHae.mjs +0 -7
  70. package/dist/metadata/core-D3puiNN6.mjs +0 -5771
  71. package/dist/metadata/wasm-DQxwEHae.mjs +0 -7
  72. package/dist/scripts/src/components-core/XmluiCodeHighlighter.js +0 -109
  73. package/dist/scripts/src/syntax/grammar.tmLanguage.json +0 -341
  74. package/dist/scripts/src/syntax/textMate/xmlui-dark.json +0 -631
  75. package/dist/scripts/src/syntax/textMate/xmlui-light.json +0 -565
@@ -0,0 +1,2491 @@
1
+ const e = "xmlui-dark", n = "css", t = {
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
+ }, o = [
142
+ {
143
+ scope: [
144
+ "support.class.tag.component"
145
+ ],
146
+ settings: {
147
+ foreground: "#FE6BAD"
148
+ }
149
+ },
150
+ {
151
+ scope: [
152
+ "punctuation.definition.tag"
153
+ ],
154
+ settings: {
155
+ foreground: "#97A7C5"
156
+ }
157
+ },
158
+ {
159
+ scope: [
160
+ "entity.other.attribute-name.localname"
161
+ ],
162
+ settings: {
163
+ foreground: "#cbd5e1"
164
+ }
165
+ },
166
+ {
167
+ scope: [
168
+ "keyword.operator"
169
+ ],
170
+ settings: {
171
+ foreground: "#cbd5e1"
172
+ }
173
+ },
174
+ {
175
+ scope: [
176
+ "string.xmlui"
177
+ ],
178
+ settings: {
179
+ foreground: "#7dd3fc"
180
+ }
181
+ },
182
+ {
183
+ scope: [
184
+ "entity.name.function"
185
+ ],
186
+ settings: {
187
+ foreground: "#78DBDB"
188
+ }
189
+ },
190
+ {
191
+ scope: [
192
+ "entity.name.tag.localname"
193
+ ],
194
+ settings: {
195
+ foreground: "#80A6F8"
196
+ }
197
+ },
198
+ {
199
+ scope: [
200
+ "punctuation.definition.comment.xmlui"
201
+ ],
202
+ settings: {
203
+ foreground: "#9296a9"
204
+ }
205
+ },
206
+ {
207
+ scope: [
208
+ "comment.block.xmlui"
209
+ ],
210
+ settings: {
211
+ foreground: "#9296a9",
212
+ fontStyle: "italic"
213
+ }
214
+ },
215
+ {
216
+ scope: [
217
+ "constant.character.escape.xmlui"
218
+ ],
219
+ settings: {
220
+ foreground: "#61F69D"
221
+ }
222
+ },
223
+ {
224
+ scope: [
225
+ "punctuation.definition.constant.xmlui"
226
+ ],
227
+ settings: {
228
+ foreground: "#BAF80A"
229
+ }
230
+ },
231
+ {
232
+ scope: [
233
+ "storage.xmlui"
234
+ ],
235
+ settings: {
236
+ foreground: "#5CC1F9"
237
+ }
238
+ },
239
+ {
240
+ scope: [
241
+ "punctuation.definition.block.xmlui"
242
+ ],
243
+ settings: {
244
+ foreground: "#FFD502"
245
+ }
246
+ },
247
+ {
248
+ settings: {
249
+ foreground: "#f5f5ff"
250
+ }
251
+ },
252
+ {
253
+ scope: [
254
+ "string.quoted.single",
255
+ "string.quoted.double"
256
+ ],
257
+ settings: {
258
+ foreground: "#7dd3fc"
259
+ }
260
+ },
261
+ {
262
+ scope: [
263
+ "meta.paragraph.markdown",
264
+ "string.other.link.description.title.markdown"
265
+ ],
266
+ settings: {
267
+ foreground: "#110000"
268
+ }
269
+ },
270
+ {
271
+ scope: [
272
+ "entity.name.section.markdown",
273
+ "punctuation.definition.heading.markdown"
274
+ ],
275
+ settings: {
276
+ foreground: "#034c7c"
277
+ }
278
+ },
279
+ {
280
+ scope: [
281
+ "punctuation.definition.string.begin.markdown",
282
+ "punctuation.definition.string.end.markdown",
283
+ "markup.quote.markdown"
284
+ ],
285
+ settings: {
286
+ foreground: "#00AC8F"
287
+ }
288
+ },
289
+ {
290
+ scope: [
291
+ "markup.quote.markdown"
292
+ ],
293
+ settings: {
294
+ fontStyle: "italic",
295
+ foreground: "#003494"
296
+ }
297
+ },
298
+ {
299
+ scope: [
300
+ "markup.bold.markdown",
301
+ "punctuation.definition.bold.markdown"
302
+ ],
303
+ settings: {
304
+ fontStyle: "bold",
305
+ foreground: "#4e76b5"
306
+ }
307
+ },
308
+ {
309
+ scope: [
310
+ "markup.italic.markdown",
311
+ "punctuation.definition.italic.markdown"
312
+ ],
313
+ settings: {
314
+ fontStyle: "italic",
315
+ foreground: "#C792EA"
316
+ }
317
+ },
318
+ {
319
+ scope: [
320
+ "markup.inline.raw.string.markdown",
321
+ "markup.fenced_code.block.markdown"
322
+ ],
323
+ settings: {
324
+ fontStyle: "italic",
325
+ foreground: "#0460b1"
326
+ }
327
+ },
328
+ {
329
+ scope: [
330
+ "punctuation.definition.metadata.markdown"
331
+ ],
332
+ settings: {
333
+ foreground: "#00AC8F"
334
+ }
335
+ },
336
+ {
337
+ scope: [
338
+ "markup.underline.link.image.markdown",
339
+ "markup.underline.link.markdown"
340
+ ],
341
+ settings: {
342
+ foreground: "#924205"
343
+ }
344
+ },
345
+ {
346
+ name: "Component Tag",
347
+ scope: "component.tag",
348
+ settings: {
349
+ foreground: "#1174FF"
350
+ }
351
+ },
352
+ {
353
+ name: "Attribute name",
354
+ scope: "attribute.name",
355
+ settings: {
356
+ fontStyle: "italic",
357
+ foreground: "#FF8D23"
358
+ }
359
+ },
360
+ {
361
+ name: "Attribute value",
362
+ scope: "attribute.value",
363
+ settings: {
364
+ foreground: "#7681FF"
365
+ }
366
+ },
367
+ {
368
+ name: "Helper Tag",
369
+ scope: "helper.tag",
370
+ settings: {
371
+ foreground: "#32D158"
372
+ }
373
+ },
374
+ {
375
+ name: "Library function",
376
+ scope: "support.function",
377
+ settings: {
378
+ fontStyle: "",
379
+ foreground: "#1ab394"
380
+ }
381
+ },
382
+ {
383
+ name: "Library constant",
384
+ scope: "support.constant",
385
+ settings: {
386
+ fontStyle: "",
387
+ foreground: "#7681FF"
388
+ }
389
+ },
390
+ {
391
+ name: "Library class/type",
392
+ scope: [
393
+ "support.type",
394
+ "support.class"
395
+ ],
396
+ settings: {
397
+ foreground: "#CBD5E1"
398
+ }
399
+ },
400
+ {
401
+ name: "Library variable",
402
+ scope: "support.other.variable",
403
+ settings: {
404
+ foreground: "#224555"
405
+ }
406
+ },
407
+ {
408
+ name: "Invalid",
409
+ scope: "invalid",
410
+ settings: {
411
+ fontStyle: " italic bold underline",
412
+ foreground: "#207bb8"
413
+ }
414
+ },
415
+ {
416
+ name: "Invalid deprecated",
417
+ scope: "invalid.deprecated",
418
+ settings: {
419
+ foreground: "#207bb8",
420
+ fontStyle: " bold italic underline"
421
+ }
422
+ },
423
+ {
424
+ name: "[JSON] - Support",
425
+ scope: "source.json support",
426
+ settings: {
427
+ foreground: "#6dbdfa"
428
+ }
429
+ },
430
+ {
431
+ name: "[JSON] - String",
432
+ scope: [
433
+ "source.json string",
434
+ "source.json punctuation.definition.string"
435
+ ],
436
+ settings: {
437
+ foreground: "#7DD3FC"
438
+ }
439
+ },
440
+ {
441
+ name: "Lists",
442
+ scope: "markup.list",
443
+ settings: {
444
+ foreground: "#207bb8"
445
+ }
446
+ },
447
+ {
448
+ name: "Headings",
449
+ scope: [
450
+ "markup.heading punctuation.definition.heading",
451
+ "entity.name.section"
452
+ ],
453
+ settings: {
454
+ fontStyle: "",
455
+ foreground: "#4FB4D8"
456
+ }
457
+ },
458
+ {
459
+ name: "Support",
460
+ scope: [
461
+ "text.html.markdown meta.paragraph meta.link.inline",
462
+ "text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.begin.markdown",
463
+ "text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.end.markdown"
464
+ ],
465
+ settings: {
466
+ foreground: "#87429A"
467
+ }
468
+ },
469
+ {
470
+ name: "Quotes",
471
+ scope: "markup.quote",
472
+ settings: {
473
+ foreground: "#87429A"
474
+ }
475
+ },
476
+ {
477
+ name: "Bold",
478
+ scope: "markup.bold",
479
+ settings: {
480
+ fontStyle: "bold",
481
+ foreground: "#08134A"
482
+ }
483
+ },
484
+ {
485
+ name: "Italic",
486
+ scope: [
487
+ "markup.italic",
488
+ "punctuation.definition.italic"
489
+ ],
490
+ settings: {
491
+ fontStyle: "italic",
492
+ foreground: "#7681FF"
493
+ }
494
+ },
495
+ {
496
+ name: "Link Url",
497
+ scope: "meta.link",
498
+ settings: {
499
+ foreground: "#87429A"
500
+ }
501
+ },
502
+ {
503
+ name: "String",
504
+ scope: "string",
505
+ settings: {
506
+ foreground: "#152dd0"
507
+ }
508
+ },
509
+ {
510
+ name: "Number",
511
+ scope: "constant.numeric",
512
+ settings: {
513
+ foreground: "#7681FF"
514
+ }
515
+ },
516
+ {
517
+ name: "Constant",
518
+ scope: "constant",
519
+ settings: {
520
+ foreground: "#7681FF"
521
+ }
522
+ },
523
+ {
524
+ name: "Built-in constant",
525
+ scope: "language.method",
526
+ settings: {
527
+ foreground: "#7681FF"
528
+ }
529
+ },
530
+ {
531
+ name: "User-defined constant",
532
+ scope: [
533
+ "constant.character",
534
+ "constant.other"
535
+ ],
536
+ settings: {
537
+ foreground: "#7681FF"
538
+ }
539
+ },
540
+ {
541
+ name: "Variable",
542
+ scope: "variable",
543
+ settings: {
544
+ fontStyle: "",
545
+ foreground: "#2f86d2"
546
+ }
547
+ },
548
+ {
549
+ name: "Variable",
550
+ scope: "variable.language.this",
551
+ settings: {
552
+ fontStyle: "",
553
+ foreground: "#000000"
554
+ }
555
+ },
556
+ {
557
+ name: "Keyword",
558
+ scope: "keyword",
559
+ settings: {
560
+ fontStyle: "",
561
+ foreground: "#7b30d0"
562
+ }
563
+ },
564
+ {
565
+ name: "Storage",
566
+ scope: "storage",
567
+ settings: {
568
+ fontStyle: "",
569
+ foreground: "#da5221"
570
+ }
571
+ },
572
+ {
573
+ name: "Storage type",
574
+ scope: "storage.type",
575
+ settings: {
576
+ foreground: "#0991b6",
577
+ fontStyle: ""
578
+ }
579
+ },
580
+ {
581
+ name: "Class name",
582
+ scope: "entity.name.class",
583
+ settings: {
584
+ foreground: "#1172c7"
585
+ }
586
+ },
587
+ {
588
+ name: "Inherited class",
589
+ scope: "entity.other.inherited-class",
590
+ settings: {
591
+ fontStyle: "",
592
+ foreground: "#b02767"
593
+ }
594
+ },
595
+ {
596
+ name: "Function argument",
597
+ scope: "variable.parameter",
598
+ settings: {
599
+ foreground: "#b1108e",
600
+ fontStyle: ""
601
+ }
602
+ },
603
+ {
604
+ name: "Tag name",
605
+ scope: "entity.name.tag",
606
+ settings: {
607
+ fontStyle: "",
608
+ foreground: "#0444ac"
609
+ }
610
+ },
611
+ {
612
+ name: "Html Other",
613
+ scope: "text.html.basic",
614
+ settings: {
615
+ fontStyle: "",
616
+ foreground: "#0071ce"
617
+ }
618
+ },
619
+ {
620
+ name: "Entity Name Type",
621
+ scope: "entity.name.type",
622
+ settings: {
623
+ foreground: "#0444ac"
624
+ }
625
+ }
626
+ ], F = {
627
+ name: e,
628
+ type: n,
629
+ colors: t,
630
+ tokenColors: o
631
+ }, r = "xmlui-light", i = "css", a = {
632
+ foreground: "#616161",
633
+ focusBorder: "#161F26",
634
+ "widget.shadow": "#161F2694",
635
+ "input.background": "#FFF",
636
+ "input.border": "#161F26",
637
+ "input.foreground": "#000",
638
+ "input.placeholderForeground": "#a0a0a0",
639
+ "inputOption.activeBorder": "#3E313C",
640
+ "inputValidation.errorBackground": "#F44C5E",
641
+ "inputValidation.errorForeground": "#FFF",
642
+ "inputValidation.infoBackground": "#6182b8",
643
+ "inputValidation.infoForeground": "#FFF",
644
+ "inputValidation.warningBackground": "#F6B555",
645
+ "inputValidation.warningForeground": "#000",
646
+ "list.activeSelectionBackground": "#5899C5",
647
+ "list.activeSelectionForeground": "#fff",
648
+ "list.hoverBackground": "#d5e1ea",
649
+ "list.hoverForeground": "#fff",
650
+ "list.focusBackground": "#d5e1ea",
651
+ "list.focusForeground": "#fff",
652
+ "list.inactiveSelectionBackground": "#5899C5",
653
+ "list.inactiveSelectionForeground": "#fff",
654
+ "list.highlightForeground": "#2D3E4C",
655
+ "list.inactiveFocusBackground": "#161F26",
656
+ "list.invalidItemForeground": "#fff",
657
+ "button.background": "#475663",
658
+ "button.foreground": "#FFF",
659
+ "button.hoverBackground": "#161F26",
660
+ "scrollbar.shadow": "#ffffff00",
661
+ "scrollbarSlider.activeBackground": "#161F267e",
662
+ "scrollbarSlider.background": "#161F267e",
663
+ "scrollbarSlider.hoverBackground": "#161F267e",
664
+ "badge.background": "#8AE773",
665
+ "progressBar.background": "#8AE773",
666
+ "editor.background": "#FFF",
667
+ "editor.foreground": "#000",
668
+ "editor.lineHighlightBackground": "#EEEEEE",
669
+ "editor.wordHighlightStrongBackground": "#EEEEEE",
670
+ "editor.selectionBackground": "#AED4FB",
671
+ "editorLineNumber.foreground": "#b9b9b9",
672
+ "editorActiveLineNumber.foreground": "#475663",
673
+ "editor.findMatchBackground": "#AED4FB",
674
+ "editorHint.foreground": "#F9F9F9",
675
+ "editorHint.border": "#F9F9F9",
676
+ "editor.wordHighlightBackground": "#AED4FB",
677
+ "terminal.border": "#2D3E4C",
678
+ "terminal.foreground": "#161F26",
679
+ "terminal.ansiBlack": "#000000",
680
+ "terminal.ansiBlue": "#6182b8",
681
+ "terminal.ansiBrightBlack": "#90a4ae",
682
+ "terminal.ansiBrightBlue": "#6182b8",
683
+ "terminal.ansiBrightCyan": "#39adb5",
684
+ "terminal.ansiBrightGreen": "#91b859",
685
+ "terminal.ansiBrightMagenta": "#7c4dff",
686
+ "terminal.ansiBrightRed": "#e53935",
687
+ "terminal.ansiBrightWhite": "#ffffff",
688
+ "terminal.ansiBrightYellow": "#ffb62c",
689
+ "terminal.ansiCyan": "#39adb5",
690
+ "terminal.ansiGreen": "#91b859",
691
+ "terminal.ansiMagenta": "#7c4dff",
692
+ "terminal.ansiRed": "#e53935",
693
+ "terminal.ansiWhite": "#ffffff",
694
+ "terminal.ansiYellow": "#ffb62c",
695
+ "terminal.selectionBackground": "#0006",
696
+ "panelTitle.activeForeground": "#161F26",
697
+ "activityBar.background": "#161F26",
698
+ "activityBar.foreground": "#FFF",
699
+ "activityBar.dropBackground": "#FFF",
700
+ "activityBarBadge.background": "#8AE773",
701
+ "activityBarBadge.foreground": "#FFF",
702
+ "panel.border": "#2D3E4C",
703
+ "dropdown.background": "#FFF",
704
+ "dropdown.listBackground": "#FFF",
705
+ "dropdown.border": "#DCDEDF",
706
+ "dropdown.foreground": "#DCDEDF",
707
+ "sideBar.background": "#2D3E4C",
708
+ "sideBar.foreground": "#DCDEDF",
709
+ "sideBarTitle.foreground": "#FFF",
710
+ "sideBarSectionHeader.foreground": "#FFF",
711
+ "sideBarSectionHeader.background": "#161F26",
712
+ "debugToolBar.background": "#161F26",
713
+ "tab.border": "#F3F3F3",
714
+ "tab.activeBackground": "#FFF",
715
+ "tab.inactiveForeground": "#686868",
716
+ "tab.inactiveBackground": "#F3F3F3",
717
+ "tab.activeForeground": "#000",
718
+ "editorGroupHeader.tabsBackground": "#2D3E4C",
719
+ "statusBar.foreground": "#FFF",
720
+ "statusBar.background": "#5899C5",
721
+ "statusBar.debuggingBackground": "#8AE773",
722
+ "statusBar.noFolderBackground": "#161F26",
723
+ "extensionButton.prominentBackground": "#475663",
724
+ "extensionButton.prominentForeground": "#F6F6F6",
725
+ "extensionButton.prominentHoverBackground": "#161F26",
726
+ "gitDecoration.modifiedResourceForeground": "#ECB22E",
727
+ "gitDecoration.deletedResourceForeground": "#FFF",
728
+ "gitDecoration.untrackedResourceForeground": "#ECB22E",
729
+ "gitDecoration.ignoredResourceForeground": "#877583",
730
+ "gitDecoration.addedResourceForeground": "#ECB22E",
731
+ "gitDecoration.conflictingResourceForeground": "#FFF",
732
+ "notificationCenter.border": "#161F26",
733
+ "notificationToast.border": "#161F26",
734
+ "notifications.foreground": "#FFF",
735
+ "notifications.background": "#161F26",
736
+ "notifications.border": "#161F26",
737
+ "notificationCenterHeader.foreground": "#FFF",
738
+ "notificationLink.foreground": "#FFF",
739
+ "titleBar.activeBackground": "#2D3E4C",
740
+ "titleBar.activeForeground": "#FFF",
741
+ "titleBar.inactiveBackground": "#161F26",
742
+ "titleBar.inactiveForeground": "#685C66",
743
+ "titleBar.border": "#2D3E4C",
744
+ "welcomePage.buttonBackground": "#F3F3F3",
745
+ "welcomePage.buttonHoverBackground": "#ECECEC",
746
+ "editorWidget.background": "#F9F9F9",
747
+ "editorWidget.border": "#dbdbdb",
748
+ "editorSuggestWidget.foreground": "#2D3E4C",
749
+ "editorSuggestWidget.highlightForeground": "#2D3E4C",
750
+ "editorSuggestWidget.selectedBackground": "#b9b9b9",
751
+ "editorGroup.emptyBackground": "#2D3E4C",
752
+ "editorGroup.focusedEmptyBorder": "#2D3E4C",
753
+ "editorPane.background": "#2D3E4C",
754
+ "breadcrumb.foreground": "#161F26",
755
+ "breadcrumb.focusForeground": "#475663",
756
+ "settings.headerForeground": "#161F26",
757
+ "settings.dropdownForeground": "#161F26",
758
+ "settings.dropdownBorder": "#161F26",
759
+ "menu.separatorBackground": "#F9FAFA",
760
+ "menu.background": "#161F26",
761
+ "menu.foreground": "#F9FAFA",
762
+ "textPreformat.foreground": "#161F26",
763
+ "editorIndentGuide.background": "#F3F3F3",
764
+ "editorIndentGuide.activeBackground": "#dbdbdb",
765
+ "debugExceptionWidget.background": "#AED4FB",
766
+ "debugExceptionWidget.border": "#161F26",
767
+ "editorMarkerNavigation.background": "#F9F9F9",
768
+ "editorMarkerNavigationInfo.background": "#6182b8",
769
+ "editorMarkerNavigationError.background": "#F44C5E",
770
+ "editorMarkerNavigationWarning.background": "#F6B555"
771
+ }, d = [
772
+ {
773
+ scope: [
774
+ "support.class.tag.component"
775
+ ],
776
+ settings: {
777
+ foreground: "#B33175"
778
+ }
779
+ },
780
+ {
781
+ scope: [
782
+ "punctuation.definition.tag"
783
+ ],
784
+ settings: {
785
+ foreground: "#66748E"
786
+ }
787
+ },
788
+ {
789
+ scope: [
790
+ "entity.other.attribute-name.localname"
791
+ ],
792
+ settings: {
793
+ foreground: "#2d2d2d"
794
+ }
795
+ },
796
+ {
797
+ scope: [
798
+ "keyword.operator"
799
+ ],
800
+ settings: {
801
+ foreground: "#2d2d2d"
802
+ }
803
+ },
804
+ {
805
+ scope: [
806
+ "string.xmlui"
807
+ ],
808
+ settings: {
809
+ foreground: "#0074a9"
810
+ }
811
+ },
812
+ {
813
+ scope: [
814
+ "entity.name.function"
815
+ ],
816
+ settings: {
817
+ foreground: "#02A1A1"
818
+ }
819
+ },
820
+ {
821
+ scope: [
822
+ "entity.name.tag.localname"
823
+ ],
824
+ settings: {
825
+ foreground: "#005AE1"
826
+ }
827
+ },
828
+ {
829
+ scope: [
830
+ "punctuation.definition.comment.xmlui"
831
+ ],
832
+ settings: {
833
+ foreground: "#606060"
834
+ }
835
+ },
836
+ {
837
+ scope: [
838
+ "comment.block.xmlui"
839
+ ],
840
+ settings: {
841
+ foreground: "#606060",
842
+ fontStyle: "italic"
843
+ }
844
+ },
845
+ {
846
+ scope: [
847
+ "constant.character.escape.xmlui"
848
+ ],
849
+ settings: {
850
+ foreground: "#00B248"
851
+ }
852
+ },
853
+ {
854
+ scope: [
855
+ "punctuation.definition.constant.xmlui"
856
+ ],
857
+ settings: {
858
+ foreground: "#708C00"
859
+ }
860
+ },
861
+ {
862
+ scope: [
863
+ "storage.xmlui"
864
+ ],
865
+ settings: {
866
+ foreground: "#079CF1"
867
+ }
868
+ },
869
+ {
870
+ scope: [
871
+ "punctuation.definition.block.xmlui"
872
+ ],
873
+ settings: {
874
+ foreground: "#F07100"
875
+ }
876
+ },
877
+ {
878
+ settings: {
879
+ foreground: "#4e5fb3"
880
+ }
881
+ },
882
+ {
883
+ scope: [
884
+ "string.quoted.single",
885
+ "string.quoted.double"
886
+ ],
887
+ settings: {
888
+ foreground: "#0074a9"
889
+ }
890
+ },
891
+ {
892
+ scope: [
893
+ "meta.paragraph.markdown",
894
+ "string.other.link.description.title.markdown"
895
+ ],
896
+ settings: {
897
+ foreground: "#110000"
898
+ }
899
+ },
900
+ {
901
+ scope: [
902
+ "entity.name.section.markdown",
903
+ "punctuation.definition.heading.markdown"
904
+ ],
905
+ settings: {
906
+ foreground: "#034c7c"
907
+ }
908
+ },
909
+ {
910
+ scope: [
911
+ "punctuation.definition.string.begin.markdown",
912
+ "punctuation.definition.string.end.markdown",
913
+ "markup.quote.markdown"
914
+ ],
915
+ settings: {
916
+ foreground: "#00AC8F"
917
+ }
918
+ },
919
+ {
920
+ scope: [
921
+ "markup.quote.markdown"
922
+ ],
923
+ settings: {
924
+ fontStyle: "italic",
925
+ foreground: "#003494"
926
+ }
927
+ },
928
+ {
929
+ scope: [
930
+ "markup.bold.markdown",
931
+ "punctuation.definition.bold.markdown"
932
+ ],
933
+ settings: {
934
+ fontStyle: "bold",
935
+ foreground: "#4e76b5"
936
+ }
937
+ },
938
+ {
939
+ scope: [
940
+ "markup.italic.markdown",
941
+ "punctuation.definition.italic.markdown"
942
+ ],
943
+ settings: {
944
+ fontStyle: "italic",
945
+ foreground: "#C792EA"
946
+ }
947
+ },
948
+ {
949
+ scope: [
950
+ "markup.inline.raw.string.markdown",
951
+ "markup.fenced_code.block.markdown"
952
+ ],
953
+ settings: {
954
+ fontStyle: "italic",
955
+ foreground: "#0460b1"
956
+ }
957
+ },
958
+ {
959
+ scope: [
960
+ "punctuation.definition.metadata.markdown"
961
+ ],
962
+ settings: {
963
+ foreground: "#00AC8F"
964
+ }
965
+ },
966
+ {
967
+ scope: [
968
+ "markup.underline.link.image.markdown",
969
+ "markup.underline.link.markdown"
970
+ ],
971
+ settings: {
972
+ foreground: "#924205"
973
+ }
974
+ },
975
+ {
976
+ name: "Component Tag",
977
+ scope: "component.tag",
978
+ settings: {
979
+ foreground: "#1174FF"
980
+ }
981
+ },
982
+ {
983
+ name: "Attribute name",
984
+ scope: "attribute.name",
985
+ settings: {
986
+ fontStyle: "italic",
987
+ foreground: "#FF8D23"
988
+ }
989
+ },
990
+ {
991
+ name: "Attribute value",
992
+ scope: "attribute.value",
993
+ settings: {
994
+ foreground: "#2E39B4"
995
+ }
996
+ },
997
+ {
998
+ name: "Helper Tag",
999
+ scope: "helper.tag",
1000
+ settings: {
1001
+ foreground: "#32D158"
1002
+ }
1003
+ },
1004
+ {
1005
+ name: "Library function",
1006
+ scope: "support.function",
1007
+ settings: {
1008
+ fontStyle: "",
1009
+ foreground: "#1ab394"
1010
+ }
1011
+ },
1012
+ {
1013
+ name: "Library constant",
1014
+ scope: "support.constant",
1015
+ settings: {
1016
+ fontStyle: "",
1017
+ foreground: "#2E39B4"
1018
+ }
1019
+ },
1020
+ {
1021
+ name: "Library class/type",
1022
+ scope: [
1023
+ "support.type",
1024
+ "support.class"
1025
+ ],
1026
+ settings: {
1027
+ foreground: "#2D2D2D"
1028
+ }
1029
+ },
1030
+ {
1031
+ name: "Library variable",
1032
+ scope: "support.other.variable",
1033
+ settings: {
1034
+ foreground: "#224555"
1035
+ }
1036
+ },
1037
+ {
1038
+ name: "Invalid",
1039
+ scope: "invalid",
1040
+ settings: {
1041
+ fontStyle: " italic bold underline",
1042
+ foreground: "#207bb8"
1043
+ }
1044
+ },
1045
+ {
1046
+ name: "Invalid deprecated",
1047
+ scope: "invalid.deprecated",
1048
+ settings: {
1049
+ foreground: "#207bb8",
1050
+ fontStyle: " bold italic underline"
1051
+ }
1052
+ },
1053
+ {
1054
+ name: "[JSON] - Support",
1055
+ scope: "source.json support",
1056
+ settings: {
1057
+ foreground: "#6dbdfa"
1058
+ }
1059
+ },
1060
+ {
1061
+ name: "[JSON] - String",
1062
+ scope: [
1063
+ "source.json string",
1064
+ "source.json punctuation.definition.string"
1065
+ ],
1066
+ settings: {
1067
+ foreground: "#0074A9"
1068
+ }
1069
+ },
1070
+ {
1071
+ name: "Lists",
1072
+ scope: "markup.list",
1073
+ settings: {
1074
+ foreground: "#207bb8"
1075
+ }
1076
+ },
1077
+ {
1078
+ name: "Headings",
1079
+ scope: [
1080
+ "markup.heading punctuation.definition.heading",
1081
+ "entity.name.section"
1082
+ ],
1083
+ settings: {
1084
+ fontStyle: "",
1085
+ foreground: "#4FB4D8"
1086
+ }
1087
+ },
1088
+ {
1089
+ name: "Support",
1090
+ scope: [
1091
+ "text.html.markdown meta.paragraph meta.link.inline",
1092
+ "text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.begin.markdown",
1093
+ "text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.end.markdown"
1094
+ ],
1095
+ settings: {
1096
+ foreground: "#87429A"
1097
+ }
1098
+ },
1099
+ {
1100
+ name: "Quotes",
1101
+ scope: "markup.quote",
1102
+ settings: {
1103
+ foreground: "#87429A"
1104
+ }
1105
+ },
1106
+ {
1107
+ name: "Bold",
1108
+ scope: "markup.bold",
1109
+ settings: {
1110
+ fontStyle: "bold",
1111
+ foreground: "#08134A"
1112
+ }
1113
+ },
1114
+ {
1115
+ name: "Italic",
1116
+ scope: [
1117
+ "markup.italic",
1118
+ "punctuation.definition.italic"
1119
+ ],
1120
+ settings: {
1121
+ fontStyle: "italic",
1122
+ foreground: "#2E39B4"
1123
+ }
1124
+ },
1125
+ {
1126
+ name: "Link Url",
1127
+ scope: "meta.link",
1128
+ settings: {
1129
+ foreground: "#87429A"
1130
+ }
1131
+ },
1132
+ {
1133
+ name: "String",
1134
+ scope: "string",
1135
+ settings: {
1136
+ foreground: "#152dd0"
1137
+ }
1138
+ },
1139
+ {
1140
+ name: "Number",
1141
+ scope: "constant.numeric",
1142
+ settings: {
1143
+ foreground: "#2E39B4"
1144
+ }
1145
+ },
1146
+ {
1147
+ name: "Constant",
1148
+ scope: "constant",
1149
+ settings: {
1150
+ foreground: "#2E39B4"
1151
+ }
1152
+ },
1153
+ {
1154
+ name: "Built-in constant",
1155
+ scope: "language.method",
1156
+ settings: {
1157
+ foreground: "#2E39B4"
1158
+ }
1159
+ },
1160
+ {
1161
+ name: "User-defined constant",
1162
+ scope: [
1163
+ "constant.character",
1164
+ "constant.other"
1165
+ ],
1166
+ settings: {
1167
+ foreground: "#2E39B4"
1168
+ }
1169
+ },
1170
+ {
1171
+ name: "Variable",
1172
+ scope: "variable",
1173
+ settings: {
1174
+ fontStyle: "",
1175
+ foreground: "#2f86d2"
1176
+ }
1177
+ },
1178
+ {
1179
+ name: "Variable",
1180
+ scope: "variable.language.this",
1181
+ settings: {
1182
+ fontStyle: "",
1183
+ foreground: "#000000"
1184
+ }
1185
+ },
1186
+ {
1187
+ name: "Keyword",
1188
+ scope: "keyword",
1189
+ settings: {
1190
+ fontStyle: "",
1191
+ foreground: "#7b30d0"
1192
+ }
1193
+ },
1194
+ {
1195
+ name: "Storage",
1196
+ scope: "storage",
1197
+ settings: {
1198
+ fontStyle: "",
1199
+ foreground: "#da5221"
1200
+ }
1201
+ },
1202
+ {
1203
+ name: "Storage type",
1204
+ scope: "storage.type",
1205
+ settings: {
1206
+ foreground: "#0991b6",
1207
+ fontStyle: ""
1208
+ }
1209
+ },
1210
+ {
1211
+ name: "Class name",
1212
+ scope: "entity.name.class",
1213
+ settings: {
1214
+ foreground: "#1172c7"
1215
+ }
1216
+ },
1217
+ {
1218
+ name: "Inherited class",
1219
+ scope: "entity.other.inherited-class",
1220
+ settings: {
1221
+ fontStyle: "",
1222
+ foreground: "#b02767"
1223
+ }
1224
+ },
1225
+ {
1226
+ name: "Function argument",
1227
+ scope: "variable.parameter",
1228
+ settings: {
1229
+ foreground: "#b1108e",
1230
+ fontStyle: ""
1231
+ }
1232
+ },
1233
+ {
1234
+ name: "Tag name",
1235
+ scope: "entity.name.tag",
1236
+ settings: {
1237
+ fontStyle: "",
1238
+ foreground: "#0444ac"
1239
+ }
1240
+ },
1241
+ {
1242
+ name: "Html Other",
1243
+ scope: "text.html.basic",
1244
+ settings: {
1245
+ fontStyle: "",
1246
+ foreground: "#0071ce"
1247
+ }
1248
+ },
1249
+ {
1250
+ name: "Entity Name Type",
1251
+ scope: "entity.name.type",
1252
+ settings: {
1253
+ foreground: "#0444ac"
1254
+ }
1255
+ }
1256
+ ], b = {
1257
+ name: r,
1258
+ type: i,
1259
+ colors: a,
1260
+ tokenColors: d
1261
+ }, u = "xmlui", s = "css", g = {
1262
+ foreground: "#616161",
1263
+ focusBorder: "#161F26",
1264
+ "widget.shadow": "#161F2694",
1265
+ "input.background": "#FFF",
1266
+ "input.border": "#161F26",
1267
+ "input.foreground": "#000",
1268
+ "input.placeholderForeground": "#a0a0a0",
1269
+ "inputOption.activeBorder": "#3E313C",
1270
+ "inputValidation.errorBackground": "#F44C5E",
1271
+ "inputValidation.errorForeground": "#FFF",
1272
+ "inputValidation.infoBackground": "#6182b8",
1273
+ "inputValidation.infoForeground": "#FFF",
1274
+ "inputValidation.warningBackground": "#F6B555",
1275
+ "inputValidation.warningForeground": "#000",
1276
+ "list.activeSelectionBackground": "#5899C5",
1277
+ "list.activeSelectionForeground": "#fff",
1278
+ "list.hoverBackground": "#d5e1ea",
1279
+ "list.hoverForeground": "#fff",
1280
+ "list.focusBackground": "#d5e1ea",
1281
+ "list.focusForeground": "#fff",
1282
+ "list.inactiveSelectionBackground": "#5899C5",
1283
+ "list.inactiveSelectionForeground": "#fff",
1284
+ "list.highlightForeground": "#2D3E4C",
1285
+ "list.inactiveFocusBackground": "#161F26",
1286
+ "list.invalidItemForeground": "#fff",
1287
+ "button.background": "#475663",
1288
+ "button.foreground": "#FFF",
1289
+ "button.hoverBackground": "#161F26",
1290
+ "scrollbar.shadow": "#ffffff00",
1291
+ "scrollbarSlider.activeBackground": "#161F267e",
1292
+ "scrollbarSlider.background": "#161F267e",
1293
+ "scrollbarSlider.hoverBackground": "#161F267e",
1294
+ "badge.background": "#8AE773",
1295
+ "progressBar.background": "#8AE773",
1296
+ "editor.background": "#FFF",
1297
+ "editor.foreground": "#000",
1298
+ "editor.lineHighlightBackground": "#EEEEEE",
1299
+ "editor.wordHighlightStrongBackground": "#EEEEEE",
1300
+ "editor.selectionBackground": "#AED4FB",
1301
+ "editorLineNumber.foreground": "#b9b9b9",
1302
+ "editorActiveLineNumber.foreground": "#475663",
1303
+ "editor.findMatchBackground": "#AED4FB",
1304
+ "editorHint.foreground": "#F9F9F9",
1305
+ "editorHint.border": "#F9F9F9",
1306
+ "editor.wordHighlightBackground": "#AED4FB",
1307
+ "terminal.border": "#2D3E4C",
1308
+ "terminal.foreground": "#161F26",
1309
+ "terminal.ansiBlack": "#000000",
1310
+ "terminal.ansiBlue": "#6182b8",
1311
+ "terminal.ansiBrightBlack": "#90a4ae",
1312
+ "terminal.ansiBrightBlue": "#6182b8",
1313
+ "terminal.ansiBrightCyan": "#39adb5",
1314
+ "terminal.ansiBrightGreen": "#91b859",
1315
+ "terminal.ansiBrightMagenta": "#7c4dff",
1316
+ "terminal.ansiBrightRed": "#e53935",
1317
+ "terminal.ansiBrightWhite": "#ffffff",
1318
+ "terminal.ansiBrightYellow": "#ffb62c",
1319
+ "terminal.ansiCyan": "#39adb5",
1320
+ "terminal.ansiGreen": "#91b859",
1321
+ "terminal.ansiMagenta": "#7c4dff",
1322
+ "terminal.ansiRed": "#e53935",
1323
+ "terminal.ansiWhite": "#ffffff",
1324
+ "terminal.ansiYellow": "#ffb62c",
1325
+ "terminal.selectionBackground": "#0006",
1326
+ "panelTitle.activeForeground": "#161F26",
1327
+ "activityBar.background": "#161F26",
1328
+ "activityBar.foreground": "#FFF",
1329
+ "activityBar.dropBackground": "#FFF",
1330
+ "activityBarBadge.background": "#8AE773",
1331
+ "activityBarBadge.foreground": "#FFF",
1332
+ "panel.border": "#2D3E4C",
1333
+ "dropdown.background": "#FFF",
1334
+ "dropdown.listBackground": "#FFF",
1335
+ "dropdown.border": "#DCDEDF",
1336
+ "dropdown.foreground": "#DCDEDF",
1337
+ "sideBar.background": "#2D3E4C",
1338
+ "sideBar.foreground": "#DCDEDF",
1339
+ "sideBarTitle.foreground": "#FFF",
1340
+ "sideBarSectionHeader.foreground": "#FFF",
1341
+ "sideBarSectionHeader.background": "#161F26",
1342
+ "debugToolBar.background": "#161F26",
1343
+ "tab.border": "#F3F3F3",
1344
+ "tab.activeBackground": "#FFF",
1345
+ "tab.inactiveForeground": "#686868",
1346
+ "tab.inactiveBackground": "#F3F3F3",
1347
+ "tab.activeForeground": "#000",
1348
+ "editorGroupHeader.tabsBackground": "#2D3E4C",
1349
+ "statusBar.foreground": "#FFF",
1350
+ "statusBar.background": "#5899C5",
1351
+ "statusBar.debuggingBackground": "#8AE773",
1352
+ "statusBar.noFolderBackground": "#161F26",
1353
+ "extensionButton.prominentBackground": "#475663",
1354
+ "extensionButton.prominentForeground": "#F6F6F6",
1355
+ "extensionButton.prominentHoverBackground": "#161F26",
1356
+ "gitDecoration.modifiedResourceForeground": "#ECB22E",
1357
+ "gitDecoration.deletedResourceForeground": "#FFF",
1358
+ "gitDecoration.untrackedResourceForeground": "#ECB22E",
1359
+ "gitDecoration.ignoredResourceForeground": "#877583",
1360
+ "gitDecoration.addedResourceForeground": "#ECB22E",
1361
+ "gitDecoration.conflictingResourceForeground": "#FFF",
1362
+ "notificationCenter.border": "#161F26",
1363
+ "notificationToast.border": "#161F26",
1364
+ "notifications.foreground": "#FFF",
1365
+ "notifications.background": "#161F26",
1366
+ "notifications.border": "#161F26",
1367
+ "notificationCenterHeader.foreground": "#FFF",
1368
+ "notificationLink.foreground": "#FFF",
1369
+ "titleBar.activeBackground": "#2D3E4C",
1370
+ "titleBar.activeForeground": "#FFF",
1371
+ "titleBar.inactiveBackground": "#161F26",
1372
+ "titleBar.inactiveForeground": "#685C66",
1373
+ "titleBar.border": "#2D3E4C",
1374
+ "welcomePage.buttonBackground": "#F3F3F3",
1375
+ "welcomePage.buttonHoverBackground": "#ECECEC",
1376
+ "editorWidget.background": "#F9F9F9",
1377
+ "editorWidget.border": "#dbdbdb",
1378
+ "editorSuggestWidget.foreground": "#2D3E4C",
1379
+ "editorSuggestWidget.highlightForeground": "#2D3E4C",
1380
+ "editorSuggestWidget.selectedBackground": "#b9b9b9",
1381
+ "editorGroup.emptyBackground": "#2D3E4C",
1382
+ "editorGroup.focusedEmptyBorder": "#2D3E4C",
1383
+ "editorPane.background": "#2D3E4C",
1384
+ "breadcrumb.foreground": "#161F26",
1385
+ "breadcrumb.focusForeground": "#475663",
1386
+ "settings.headerForeground": "#161F26",
1387
+ "settings.dropdownForeground": "#161F26",
1388
+ "settings.dropdownBorder": "#161F26",
1389
+ "menu.separatorBackground": "#F9FAFA",
1390
+ "menu.background": "#161F26",
1391
+ "menu.foreground": "#F9FAFA",
1392
+ "textPreformat.foreground": "#161F26",
1393
+ "editorIndentGuide.background": "#F3F3F3",
1394
+ "editorIndentGuide.activeBackground": "#dbdbdb",
1395
+ "debugExceptionWidget.background": "#AED4FB",
1396
+ "debugExceptionWidget.border": "#161F26",
1397
+ "editorMarkerNavigation.background": "#F9F9F9",
1398
+ "editorMarkerNavigationInfo.background": "#6182b8",
1399
+ "editorMarkerNavigationError.background": "#F44C5E",
1400
+ "editorMarkerNavigationWarning.background": "#F6B555"
1401
+ }, c = [
1402
+ {
1403
+ scope: [
1404
+ "support.class.tag.component"
1405
+ ],
1406
+ settings: {
1407
+ foreground: "#000001"
1408
+ }
1409
+ },
1410
+ {
1411
+ scope: [
1412
+ "punctuation.definition.tag"
1413
+ ],
1414
+ settings: {
1415
+ foreground: "#000002"
1416
+ }
1417
+ },
1418
+ {
1419
+ scope: [
1420
+ "entity.other.attribute-name.localname"
1421
+ ],
1422
+ settings: {
1423
+ foreground: "#000003"
1424
+ }
1425
+ },
1426
+ {
1427
+ scope: [
1428
+ "keyword.operator"
1429
+ ],
1430
+ settings: {
1431
+ foreground: "#000004"
1432
+ }
1433
+ },
1434
+ {
1435
+ scope: [
1436
+ "string.xmlui"
1437
+ ],
1438
+ settings: {
1439
+ foreground: "#000005"
1440
+ }
1441
+ },
1442
+ {
1443
+ scope: [
1444
+ "entity.name.function"
1445
+ ],
1446
+ settings: {
1447
+ foreground: "#000006"
1448
+ }
1449
+ },
1450
+ {
1451
+ scope: [
1452
+ "entity.name.tag.localname"
1453
+ ],
1454
+ settings: {
1455
+ foreground: "#000007"
1456
+ }
1457
+ },
1458
+ {
1459
+ scope: [
1460
+ "punctuation.definition.comment.xmlui"
1461
+ ],
1462
+ settings: {
1463
+ foreground: "#000008"
1464
+ }
1465
+ },
1466
+ {
1467
+ scope: [
1468
+ "comment.block.xmlui"
1469
+ ],
1470
+ settings: {
1471
+ foreground: "#000008"
1472
+ }
1473
+ },
1474
+ {
1475
+ scope: [
1476
+ "constant.character.escape.xmlui"
1477
+ ],
1478
+ settings: {
1479
+ foreground: "#000009"
1480
+ }
1481
+ },
1482
+ {
1483
+ scope: [
1484
+ "punctuation.definition.constant.xmlui"
1485
+ ],
1486
+ settings: {
1487
+ foreground: "#000010"
1488
+ }
1489
+ },
1490
+ {
1491
+ scope: [
1492
+ "storage.xmlui"
1493
+ ],
1494
+ settings: {
1495
+ foreground: "#000011"
1496
+ }
1497
+ },
1498
+ {
1499
+ scope: [
1500
+ "punctuation.definition.block.xmlui"
1501
+ ],
1502
+ settings: {
1503
+ foreground: "#000012"
1504
+ }
1505
+ },
1506
+ {
1507
+ settings: {
1508
+ foreground: "#000013"
1509
+ }
1510
+ },
1511
+ {
1512
+ scope: [
1513
+ "string.quoted.single",
1514
+ "string.quoted.double"
1515
+ ],
1516
+ settings: {
1517
+ foreground: "#000014"
1518
+ }
1519
+ },
1520
+ {
1521
+ scope: [
1522
+ "meta.paragraph.markdown",
1523
+ "string.other.link.description.title.markdown"
1524
+ ],
1525
+ settings: {
1526
+ foreground: "#110000"
1527
+ }
1528
+ },
1529
+ {
1530
+ scope: [
1531
+ "entity.name.section.markdown",
1532
+ "punctuation.definition.heading.markdown"
1533
+ ],
1534
+ settings: {
1535
+ foreground: "#034c7c"
1536
+ }
1537
+ },
1538
+ {
1539
+ scope: [
1540
+ "punctuation.definition.string.begin.markdown",
1541
+ "punctuation.definition.string.end.markdown",
1542
+ "markup.quote.markdown"
1543
+ ],
1544
+ settings: {
1545
+ foreground: "#00AC8F"
1546
+ }
1547
+ },
1548
+ {
1549
+ scope: [
1550
+ "markup.quote.markdown"
1551
+ ],
1552
+ settings: {
1553
+ fontStyle: "italic",
1554
+ foreground: "#003494"
1555
+ }
1556
+ },
1557
+ {
1558
+ scope: [
1559
+ "markup.bold.markdown",
1560
+ "punctuation.definition.bold.markdown"
1561
+ ],
1562
+ settings: {
1563
+ fontStyle: "bold",
1564
+ foreground: "#4e76b5"
1565
+ }
1566
+ },
1567
+ {
1568
+ scope: [
1569
+ "markup.italic.markdown",
1570
+ "punctuation.definition.italic.markdown"
1571
+ ],
1572
+ settings: {
1573
+ fontStyle: "italic",
1574
+ foreground: "#C792EA"
1575
+ }
1576
+ },
1577
+ {
1578
+ scope: [
1579
+ "markup.inline.raw.string.markdown",
1580
+ "markup.fenced_code.block.markdown"
1581
+ ],
1582
+ settings: {
1583
+ fontStyle: "italic",
1584
+ foreground: "#0460b1"
1585
+ }
1586
+ },
1587
+ {
1588
+ scope: [
1589
+ "punctuation.definition.metadata.markdown"
1590
+ ],
1591
+ settings: {
1592
+ foreground: "#00AC8F"
1593
+ }
1594
+ },
1595
+ {
1596
+ scope: [
1597
+ "markup.underline.link.image.markdown",
1598
+ "markup.underline.link.markdown"
1599
+ ],
1600
+ settings: {
1601
+ foreground: "#924205"
1602
+ }
1603
+ },
1604
+ {
1605
+ name: "Component Tag",
1606
+ scope: "component.tag",
1607
+ settings: {
1608
+ foreground: "#1174FF"
1609
+ }
1610
+ },
1611
+ {
1612
+ name: "Attribute name",
1613
+ scope: "attribute.name",
1614
+ settings: {
1615
+ fontStyle: "italic",
1616
+ foreground: "#FF8D23"
1617
+ }
1618
+ },
1619
+ {
1620
+ name: "Attribute value",
1621
+ scope: "attribute.value",
1622
+ settings: {
1623
+ foreground: "#7681FF"
1624
+ }
1625
+ },
1626
+ {
1627
+ name: "Helper Tag",
1628
+ scope: "helper.tag",
1629
+ settings: {
1630
+ foreground: "#32D158"
1631
+ }
1632
+ },
1633
+ {
1634
+ name: "Library function",
1635
+ scope: "support.function",
1636
+ settings: {
1637
+ fontStyle: "",
1638
+ foreground: "#1ab394"
1639
+ }
1640
+ },
1641
+ {
1642
+ name: "Library constant",
1643
+ scope: "support.constant",
1644
+ settings: {
1645
+ fontStyle: "",
1646
+ foreground: "#7681FF"
1647
+ }
1648
+ },
1649
+ {
1650
+ name: "Library class/type",
1651
+ scope: [
1652
+ "support.type",
1653
+ "support.class"
1654
+ ],
1655
+ settings: {
1656
+ foreground: "#d45800"
1657
+ }
1658
+ },
1659
+ {
1660
+ name: "Library variable",
1661
+ scope: "support.other.variable",
1662
+ settings: {
1663
+ foreground: "#224555"
1664
+ }
1665
+ },
1666
+ {
1667
+ name: "Invalid",
1668
+ scope: "invalid",
1669
+ settings: {
1670
+ fontStyle: " italic bold underline",
1671
+ foreground: "#207bb8"
1672
+ }
1673
+ },
1674
+ {
1675
+ name: "Invalid deprecated",
1676
+ scope: "invalid.deprecated",
1677
+ settings: {
1678
+ foreground: "#207bb8",
1679
+ fontStyle: " bold italic underline"
1680
+ }
1681
+ },
1682
+ {
1683
+ name: "[JSON] - Support",
1684
+ scope: "source.json support",
1685
+ settings: {
1686
+ foreground: "#6dbdfa"
1687
+ }
1688
+ },
1689
+ {
1690
+ name: "[JSON] - String",
1691
+ scope: [
1692
+ "source.json string",
1693
+ "source.json punctuation.definition.string"
1694
+ ],
1695
+ settings: {
1696
+ foreground: "#00820f"
1697
+ }
1698
+ },
1699
+ {
1700
+ name: "Lists",
1701
+ scope: "markup.list",
1702
+ settings: {
1703
+ foreground: "#207bb8"
1704
+ }
1705
+ },
1706
+ {
1707
+ name: "Headings",
1708
+ scope: [
1709
+ "markup.heading punctuation.definition.heading",
1710
+ "entity.name.section"
1711
+ ],
1712
+ settings: {
1713
+ fontStyle: "",
1714
+ foreground: "#4FB4D8"
1715
+ }
1716
+ },
1717
+ {
1718
+ name: "Support",
1719
+ scope: [
1720
+ "text.html.markdown meta.paragraph meta.link.inline",
1721
+ "text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.begin.markdown",
1722
+ "text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.end.markdown"
1723
+ ],
1724
+ settings: {
1725
+ foreground: "#87429A"
1726
+ }
1727
+ },
1728
+ {
1729
+ name: "Quotes",
1730
+ scope: "markup.quote",
1731
+ settings: {
1732
+ foreground: "#87429A"
1733
+ }
1734
+ },
1735
+ {
1736
+ name: "Bold",
1737
+ scope: "markup.bold",
1738
+ settings: {
1739
+ fontStyle: "bold",
1740
+ foreground: "#08134A"
1741
+ }
1742
+ },
1743
+ {
1744
+ name: "Italic",
1745
+ scope: [
1746
+ "markup.italic",
1747
+ "punctuation.definition.italic"
1748
+ ],
1749
+ settings: {
1750
+ fontStyle: "italic",
1751
+ foreground: "#7681FF"
1752
+ }
1753
+ },
1754
+ {
1755
+ name: "Link Url",
1756
+ scope: "meta.link",
1757
+ settings: {
1758
+ foreground: "#87429A"
1759
+ }
1760
+ },
1761
+ {
1762
+ name: "String",
1763
+ scope: "string",
1764
+ settings: {
1765
+ foreground: "#152dd0"
1766
+ }
1767
+ },
1768
+ {
1769
+ name: "Number",
1770
+ scope: "constant.numeric",
1771
+ settings: {
1772
+ foreground: "#7681FF"
1773
+ }
1774
+ },
1775
+ {
1776
+ name: "Constant",
1777
+ scope: "constant",
1778
+ settings: {
1779
+ foreground: "#7681FF"
1780
+ }
1781
+ },
1782
+ {
1783
+ name: "Built-in constant",
1784
+ scope: "language.method",
1785
+ settings: {
1786
+ foreground: "#7681FF"
1787
+ }
1788
+ },
1789
+ {
1790
+ name: "User-defined constant",
1791
+ scope: [
1792
+ "constant.character",
1793
+ "constant.other"
1794
+ ],
1795
+ settings: {
1796
+ foreground: "#7681FF"
1797
+ }
1798
+ },
1799
+ {
1800
+ name: "Variable",
1801
+ scope: "variable",
1802
+ settings: {
1803
+ fontStyle: "",
1804
+ foreground: "#2f86d2"
1805
+ }
1806
+ },
1807
+ {
1808
+ name: "Variable",
1809
+ scope: "variable.language.this",
1810
+ settings: {
1811
+ fontStyle: "",
1812
+ foreground: "#000000"
1813
+ }
1814
+ },
1815
+ {
1816
+ name: "Keyword",
1817
+ scope: "keyword",
1818
+ settings: {
1819
+ fontStyle: "",
1820
+ foreground: "#7b30d0"
1821
+ }
1822
+ },
1823
+ {
1824
+ name: "Storage",
1825
+ scope: "storage",
1826
+ settings: {
1827
+ fontStyle: "",
1828
+ foreground: "#da5221"
1829
+ }
1830
+ },
1831
+ {
1832
+ name: "Storage type",
1833
+ scope: "storage.type",
1834
+ settings: {
1835
+ foreground: "#0991b6",
1836
+ fontStyle: ""
1837
+ }
1838
+ },
1839
+ {
1840
+ name: "Class name",
1841
+ scope: "entity.name.class",
1842
+ settings: {
1843
+ foreground: "#1172c7"
1844
+ }
1845
+ },
1846
+ {
1847
+ name: "Inherited class",
1848
+ scope: "entity.other.inherited-class",
1849
+ settings: {
1850
+ fontStyle: "",
1851
+ foreground: "#b02767"
1852
+ }
1853
+ },
1854
+ {
1855
+ name: "Function argument",
1856
+ scope: "variable.parameter",
1857
+ settings: {
1858
+ foreground: "#b1108e",
1859
+ fontStyle: ""
1860
+ }
1861
+ },
1862
+ {
1863
+ name: "Tag name",
1864
+ scope: "entity.name.tag",
1865
+ settings: {
1866
+ fontStyle: "",
1867
+ foreground: "#0444ac"
1868
+ }
1869
+ },
1870
+ {
1871
+ name: "Html Other",
1872
+ scope: "text.html.basic",
1873
+ settings: {
1874
+ fontStyle: "",
1875
+ foreground: "#0071ce"
1876
+ }
1877
+ },
1878
+ {
1879
+ name: "Entity Name Type",
1880
+ scope: "entity.name.type",
1881
+ settings: {
1882
+ foreground: "#0444ac"
1883
+ }
1884
+ }
1885
+ ], k = {
1886
+ name: u,
1887
+ type: s,
1888
+ colors: g,
1889
+ tokenColors: c
1890
+ }, l = "xmlui", m = "source.xmlui", p = [
1891
+ {
1892
+ include: "#root"
1893
+ }
1894
+ ], f = {
1895
+ root: {
1896
+ patterns: [
1897
+ {
1898
+ include: "#comments"
1899
+ },
1900
+ {
1901
+ include: "#helperTag"
1902
+ },
1903
+ {
1904
+ include: "#componentTag"
1905
+ },
1906
+ {
1907
+ include: "#entity"
1908
+ },
1909
+ {
1910
+ include: "#textWithBindingExpr"
1911
+ },
1912
+ {
1913
+ begin: "(<!\\[)(CDATA)(\\[)",
1914
+ beginCaptures: {
1915
+ 1: {
1916
+ name: "punctuation.definition.tag.xmlui"
1917
+ },
1918
+ 2: {
1919
+ name: "storage.xmlui"
1920
+ },
1921
+ 3: {
1922
+ name: "punctuation.definition.tag.xmlui"
1923
+ }
1924
+ },
1925
+ end: "]]>",
1926
+ endCaptures: {
1927
+ 0: {
1928
+ name: "punctuation.definition.tag.xmlui"
1929
+ }
1930
+ },
1931
+ contentName: "string.unquoted.cdata.xmlui"
1932
+ }
1933
+ ]
1934
+ },
1935
+ methodTag: {
1936
+ begin: "(<)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)(method)",
1937
+ beginCaptures: {
1938
+ 1: {
1939
+ name: "punctuation.definition.tag.xmlui"
1940
+ },
1941
+ 2: {
1942
+ name: "keyword.operator.namespace.xmlui"
1943
+ },
1944
+ 3: {
1945
+ name: "entity.name.tag.localname.xmlui"
1946
+ }
1947
+ },
1948
+ endCaptures: {
1949
+ 0: {
1950
+ name: "punctuation.definition.tag.xmlui"
1951
+ }
1952
+ },
1953
+ applyEndPatternLast: "1",
1954
+ patterns: [
1955
+ {
1956
+ include: "#comments"
1957
+ },
1958
+ {
1959
+ include: "#valueAttributeScriptInside"
1960
+ },
1961
+ {
1962
+ include: "#attribute"
1963
+ },
1964
+ {
1965
+ begin: "(?<!/|(?:/\\s*(?:method))\\s*)>",
1966
+ beginCaptures: {
1967
+ 0: {
1968
+ name: "punctuation.definition.tag.xmlui"
1969
+ }
1970
+ },
1971
+ endCaptures: {
1972
+ 1: {
1973
+ name: "punctuation.definition.tag.xmlui"
1974
+ },
1975
+ 2: {
1976
+ name: "keyword.operator.namespace.xmlui"
1977
+ },
1978
+ 3: {
1979
+ name: "entity.name.tag.localname.xmlui"
1980
+ }
1981
+ },
1982
+ contentName: "meta.embedded.block.javascript",
1983
+ patterns: [
1984
+ {
1985
+ include: "source.js"
1986
+ }
1987
+ ],
1988
+ end: "(</)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)(method)(?=\\s*>)"
1989
+ }
1990
+ ],
1991
+ end: "/?>"
1992
+ },
1993
+ eventTag: {
1994
+ begin: "(<)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)(event)",
1995
+ beginCaptures: {
1996
+ 1: {
1997
+ name: "punctuation.definition.tag.xmlui"
1998
+ },
1999
+ 2: {
2000
+ name: "keyword.operator.namespace.xmlui"
2001
+ },
2002
+ 3: {
2003
+ name: "entity.name.tag.localname.xmlui"
2004
+ }
2005
+ },
2006
+ endCaptures: {
2007
+ 0: {
2008
+ name: "punctuation.definition.tag.xmlui"
2009
+ }
2010
+ },
2011
+ applyEndPatternLast: "1",
2012
+ patterns: [
2013
+ {
2014
+ include: "#comments"
2015
+ },
2016
+ {
2017
+ include: "#valueAttributeScriptInside"
2018
+ },
2019
+ {
2020
+ include: "#attribute"
2021
+ },
2022
+ {
2023
+ begin: "(?<!/|(?:/\\s*event)\\s*)(>)",
2024
+ beginCaptures: {
2025
+ 0: {
2026
+ name: "punctuation.definition.tag.xmlui"
2027
+ }
2028
+ },
2029
+ endCaptures: {
2030
+ 1: {
2031
+ name: "punctuation.definition.tag.xmlui"
2032
+ },
2033
+ 2: {
2034
+ name: "keyword.operator.namespace.xmlui"
2035
+ },
2036
+ 3: {
2037
+ name: "entity.name.tag.localname.xmlui"
2038
+ }
2039
+ },
2040
+ patterns: [
2041
+ {
2042
+ include: "#comments"
2043
+ },
2044
+ {
2045
+ include: "#componentTag"
2046
+ },
2047
+ {
2048
+ include: "source.js"
2049
+ }
2050
+ ],
2051
+ end: "(</)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)(event)(?=\\s*>)"
2052
+ }
2053
+ ],
2054
+ end: ">"
2055
+ },
2056
+ fieldTag: {
2057
+ begin: "(<)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)(field)",
2058
+ beginCaptures: {
2059
+ 1: {
2060
+ name: "punctuation.definition.tag.xmlui"
2061
+ },
2062
+ 2: {
2063
+ name: "keyword.operator.namespace.xmlui"
2064
+ },
2065
+ 3: {
2066
+ name: "entity.name.tag.localname.xmlui"
2067
+ }
2068
+ },
2069
+ endCaptures: {
2070
+ 0: {
2071
+ name: "punctuation.definition.tag.xmlui"
2072
+ }
2073
+ },
2074
+ applyEndPatternLast: "1",
2075
+ patterns: [
2076
+ {
2077
+ include: "#comments"
2078
+ },
2079
+ {
2080
+ include: "#valueAttributeScriptInside"
2081
+ },
2082
+ {
2083
+ include: "#attribute"
2084
+ },
2085
+ {
2086
+ begin: "(?<!/|(?:/\\s*field)\\s*)(>)",
2087
+ beginCaptures: {
2088
+ 0: {
2089
+ name: "punctuation.definition.tag.xmlui"
2090
+ }
2091
+ },
2092
+ endCaptures: {
2093
+ 1: {
2094
+ name: "punctuation.definition.tag.xmlui"
2095
+ },
2096
+ 2: {
2097
+ name: "keyword.operator.namespace.xmlui"
2098
+ },
2099
+ 3: {
2100
+ name: "entity.name.tag.localname.xmlui"
2101
+ }
2102
+ },
2103
+ patterns: [
2104
+ {
2105
+ include: "#comments"
2106
+ },
2107
+ {
2108
+ include: "#componentTag"
2109
+ },
2110
+ {
2111
+ include: "source.js"
2112
+ }
2113
+ ],
2114
+ end: "(</)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)(field)(?=\\s*>)"
2115
+ }
2116
+ ],
2117
+ end: ">"
2118
+ },
2119
+ itemTag: {
2120
+ begin: "(<)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)(item)",
2121
+ beginCaptures: {
2122
+ 1: {
2123
+ name: "punctuation.definition.tag.xmlui"
2124
+ },
2125
+ 2: {
2126
+ name: "keyword.operator.namespace.xmlui"
2127
+ },
2128
+ 3: {
2129
+ name: "entity.name.tag.localname.xmlui"
2130
+ }
2131
+ },
2132
+ endCaptures: {
2133
+ 0: {
2134
+ name: "punctuation.definition.tag.xmlui"
2135
+ }
2136
+ },
2137
+ applyEndPatternLast: "1",
2138
+ patterns: [
2139
+ {
2140
+ include: "#comments"
2141
+ },
2142
+ {
2143
+ include: "#valueAttributeScriptInside"
2144
+ },
2145
+ {
2146
+ include: "#attribute"
2147
+ },
2148
+ {
2149
+ begin: "(?<!/|(?:/\\s*item)\\s*)(>)",
2150
+ beginCaptures: {
2151
+ 0: {
2152
+ name: "punctuation.definition.tag.xmlui"
2153
+ }
2154
+ },
2155
+ endCaptures: {
2156
+ 1: {
2157
+ name: "punctuation.definition.tag.xmlui"
2158
+ },
2159
+ 2: {
2160
+ name: "keyword.operator.namespace.xmlui"
2161
+ },
2162
+ 3: {
2163
+ name: "entity.name.tag.localname.xmlui"
2164
+ }
2165
+ },
2166
+ patterns: [
2167
+ {
2168
+ include: "#comments"
2169
+ },
2170
+ {
2171
+ include: "#componentTag"
2172
+ },
2173
+ {
2174
+ include: "source.js"
2175
+ }
2176
+ ],
2177
+ end: "(</)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)(item)(?=\\s*>)"
2178
+ }
2179
+ ],
2180
+ end: ">"
2181
+ },
2182
+ bindingExpr: {
2183
+ contentName: "meta.embedded.block.javascript",
2184
+ begin: "\\{",
2185
+ end: "\\}",
2186
+ beginCaptures: {
2187
+ 0: {
2188
+ name: "entity.name.function.xmlui punctuation.definition.block.xmlui"
2189
+ }
2190
+ },
2191
+ endCaptures: {
2192
+ 0: {
2193
+ name: "entity.name.function.xmlui punctuation.definition.block.xmlui"
2194
+ }
2195
+ },
2196
+ patterns: [
2197
+ {
2198
+ include: "source.js"
2199
+ }
2200
+ ]
2201
+ },
2202
+ helperTag: {
2203
+ patterns: [
2204
+ {
2205
+ include: "#scriptTag"
2206
+ },
2207
+ {
2208
+ include: "#eventTag"
2209
+ },
2210
+ {
2211
+ include: "#fieldTag"
2212
+ },
2213
+ {
2214
+ include: "#itemTag"
2215
+ },
2216
+ {
2217
+ include: "#methodTag"
2218
+ },
2219
+ {
2220
+ include: "#propOrVarTag"
2221
+ }
2222
+ ]
2223
+ },
2224
+ valueAttributeScriptInside: {
2225
+ patterns: [
2226
+ {
2227
+ captures: {
2228
+ 1: {
2229
+ name: "entity.other.attribute-name.localname.xmlui"
2230
+ },
2231
+ 2: {
2232
+ name: "keyword.operator.xmlui"
2233
+ }
2234
+ },
2235
+ match: "(?:^|\\s+)(value)(\\s*=)"
2236
+ },
2237
+ {
2238
+ include: "#quotedStringJsInside"
2239
+ }
2240
+ ]
2241
+ },
2242
+ scriptTag: {
2243
+ begin: "(<)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)(script)(\\s*>)",
2244
+ end: "(</)(\\2)(\\3)(\\s*>)",
2245
+ contentName: "meta.embedded.block.javascript",
2246
+ beginCaptures: {
2247
+ 1: {
2248
+ name: "punctuation.definition.tag.xmlui"
2249
+ },
2250
+ 2: {
2251
+ name: "keyword.operator.namespace.xmlui"
2252
+ },
2253
+ 3: {
2254
+ name: "entity.name.function.xmlui"
2255
+ },
2256
+ 4: {
2257
+ name: "punctuation.definition.tag.xmlui"
2258
+ }
2259
+ },
2260
+ endCaptures: {
2261
+ 1: {
2262
+ name: "punctuation.definition.tag.xmlui"
2263
+ },
2264
+ 2: {
2265
+ name: "keyword.operator.namespace.xmlui"
2266
+ },
2267
+ 3: {
2268
+ name: "entity.name.function.xmlui"
2269
+ },
2270
+ 4: {
2271
+ name: "punctuation.definition.tag.xmlui"
2272
+ }
2273
+ },
2274
+ patterns: [
2275
+ {
2276
+ include: "source.js"
2277
+ }
2278
+ ]
2279
+ },
2280
+ textWithBindingExpr: {
2281
+ patterns: [
2282
+ {
2283
+ include: "#entity"
2284
+ },
2285
+ {
2286
+ match: "\\\\{"
2287
+ },
2288
+ {
2289
+ include: "#bindingExpr"
2290
+ }
2291
+ ]
2292
+ },
2293
+ propOrVarTag: {
2294
+ begin: "(</?)([a-zA-Z_][\\w\\.\\-]*?:)?((?:variable)|(?:property)|(?:prop))",
2295
+ beginCaptures: {
2296
+ 1: {
2297
+ name: "punctuation.definition.tag.xmlui"
2298
+ },
2299
+ 2: {
2300
+ name: "keyword.operator.namespace.xmlui"
2301
+ },
2302
+ 3: {
2303
+ name: "entity.name.tag.localname.xmlui"
2304
+ }
2305
+ },
2306
+ end: "(/?>)",
2307
+ endCaptures: {
2308
+ 1: {
2309
+ name: "punctuation.definition.tag.xmlui"
2310
+ }
2311
+ },
2312
+ patterns: [
2313
+ {
2314
+ include: "#attribute"
2315
+ },
2316
+ {
2317
+ include: "#comments"
2318
+ }
2319
+ ]
2320
+ },
2321
+ componentTag: {
2322
+ begin: "(\\s*</?)((?:[a-zA-Z_][\\w\\.\\-]*?:)?)([a-zA-Z][\\w\\.\\-]*)",
2323
+ beginCaptures: {
2324
+ 1: {
2325
+ name: "punctuation.definition.tag.xmlui"
2326
+ },
2327
+ 2: {
2328
+ name: "keyword.operator.namespace.xmlui"
2329
+ },
2330
+ 3: {
2331
+ name: "support.class.tag.component.xmlui"
2332
+ }
2333
+ },
2334
+ end: "(/?>)",
2335
+ endCaptures: {
2336
+ 1: {
2337
+ name: "punctuation.definition.tag.xmlui"
2338
+ }
2339
+ },
2340
+ patterns: [
2341
+ {
2342
+ include: "#comments"
2343
+ },
2344
+ {
2345
+ include: "#eventHandler"
2346
+ },
2347
+ {
2348
+ include: "#attribute"
2349
+ }
2350
+ ]
2351
+ },
2352
+ quotedStringJsInside: {
2353
+ begin: "\"|'|`",
2354
+ beginCaptures: {
2355
+ 0: {
2356
+ name: "string.xmlui"
2357
+ }
2358
+ },
2359
+ end: "\\0",
2360
+ endCaptures: {
2361
+ 0: {
2362
+ name: "string.xmlui"
2363
+ }
2364
+ },
2365
+ contentName: "meta.embedded.block.javascript",
2366
+ patterns: [
2367
+ {
2368
+ include: "source.js"
2369
+ }
2370
+ ]
2371
+ },
2372
+ entity: {
2373
+ captures: {
2374
+ 1: {
2375
+ name: "punctuation.definition.constant.xmlui"
2376
+ },
2377
+ 2: {
2378
+ name: "punctuation.definition.constant.xmlui"
2379
+ },
2380
+ 3: {
2381
+ name: "punctuation.definition.constant.xmlui"
2382
+ }
2383
+ },
2384
+ match: "(&)((?:amp)|(?:lt)|(?:gt)|(?:quot)|(?:apos))(;)"
2385
+ },
2386
+ eventHandler: {
2387
+ patterns: [
2388
+ {
2389
+ captures: {
2390
+ 1: {
2391
+ name: "entity.other.attribute-name.localname.xmlui"
2392
+ },
2393
+ 2: {
2394
+ name: "keyword.operator.xmlui"
2395
+ }
2396
+ },
2397
+ match: "(?:^|\\s+)(on[A-Z][-\\w.:$]*)(\\s*=)"
2398
+ },
2399
+ {
2400
+ include: "#quotedStringJsInside"
2401
+ }
2402
+ ]
2403
+ },
2404
+ attribute: {
2405
+ patterns: [
2406
+ {
2407
+ begin: "(?:^|\\s+)((?:[a-zA-Z$_][-\\w.$]*:)?)([a-zA-Z$_][-\\w.$]*)(\\s*=\\s*)(['\"`])",
2408
+ end: "\\4",
2409
+ beginCaptures: {
2410
+ 1: {
2411
+ name: "keyword.operator.namespace.xmlui"
2412
+ },
2413
+ 2: {
2414
+ name: "entity.other.attribute-name.localname.xmlui"
2415
+ },
2416
+ 3: {
2417
+ name: "keyword.operator.xmlui"
2418
+ },
2419
+ 4: {
2420
+ name: "string.xmlui"
2421
+ }
2422
+ },
2423
+ endCaptures: {
2424
+ 0: {
2425
+ name: "string.xmlui"
2426
+ }
2427
+ },
2428
+ contentName: "string.xmlui",
2429
+ patterns: [
2430
+ {
2431
+ include: "#textWithBindingExpr"
2432
+ }
2433
+ ]
2434
+ },
2435
+ {
2436
+ match: "(?:^|\\s+)((?:[a-zA-Z$_][-\\w.$]*:)?)([a-zA-Z$_][-\\w.$]*)(\\s*=\\s*)([a-zA-Z$_][-\\w.$]*)",
2437
+ captures: {
2438
+ 1: {
2439
+ name: "keyword.operator.namespace.xmlui"
2440
+ },
2441
+ 2: {
2442
+ name: "entity.other.attribute-name.localname.xmlui"
2443
+ },
2444
+ 3: {
2445
+ name: "keyword.operator.xmlui"
2446
+ },
2447
+ 4: {
2448
+ name: "string.xmlui"
2449
+ }
2450
+ }
2451
+ },
2452
+ {
2453
+ match: "(?:^|\\s+)((?:[a-zA-Z$_][-\\w.$]*:)?)([a-zA-Z$_][-\\w.$]*)",
2454
+ name: "entity.other.attribute-name.localname.xmlui",
2455
+ captures: {
2456
+ 1: {
2457
+ name: "keyword.operator.namespace.xmlui"
2458
+ },
2459
+ 2: {
2460
+ name: "entity.other.attribute-name.localname.xmlui"
2461
+ }
2462
+ }
2463
+ }
2464
+ ]
2465
+ },
2466
+ comments: {
2467
+ patterns: [
2468
+ {
2469
+ begin: "<!--",
2470
+ captures: {
2471
+ 0: {
2472
+ name: "punctuation.definition.comment.xmlui"
2473
+ }
2474
+ },
2475
+ end: "-->",
2476
+ name: "comment.block.xmlui"
2477
+ }
2478
+ ]
2479
+ }
2480
+ }, B = {
2481
+ name: l,
2482
+ scopeName: m,
2483
+ patterns: p,
2484
+ repository: f
2485
+ };
2486
+ export {
2487
+ B as xmluiGrammar,
2488
+ k as xmluiTheme,
2489
+ F as xmluiThemeDark,
2490
+ b as xmluiThemeLight
2491
+ };