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