tm-themes 1.0.0 → 1.0.2
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/NOTICE +1 -1
- package/README.md +39 -32
- package/index.d.ts +2 -1
- package/index.js +94 -56
- package/package.json +1 -1
- package/themes/dark-plus.json +8 -24
- package/themes/dracula-soft.json +0 -74
- package/themes/dracula.json +0 -74
- package/themes/light-plus.json +7 -21
- package/themes/material-theme-darker.json +0 -82
- package/themes/material-theme-lighter.json +0 -82
- package/themes/material-theme-ocean.json +0 -82
- package/themes/material-theme-palenight.json +0 -82
- package/themes/material-theme.json +0 -82
- package/themes/min-dark.json +0 -4
- package/themes/min-light.json +0 -3
- package/themes/monokai.json +0 -43
- package/themes/nord.json +0 -137
- package/themes/one-dark-pro.json +0 -255
- package/themes/poimandres.json +0 -2
- package/themes/red.json +378 -0
- package/themes/slack-dark.json +0 -13
- package/themes/slack-ochin.json +0 -34
- package/themes/solarized-dark.json +0 -38
- package/themes/solarized-light.json +0 -38
|
@@ -220,84 +220,72 @@
|
|
|
220
220
|
"semanticHighlighting": true,
|
|
221
221
|
"tokenColors": [
|
|
222
222
|
{
|
|
223
|
-
"name": "Global settings",
|
|
224
223
|
"settings": {
|
|
225
224
|
"background": "#212121",
|
|
226
225
|
"foreground": "#EEFFFF"
|
|
227
226
|
}
|
|
228
227
|
},
|
|
229
228
|
{
|
|
230
|
-
"name": "String",
|
|
231
229
|
"scope": "string",
|
|
232
230
|
"settings": {
|
|
233
231
|
"foreground": "#C3E88D"
|
|
234
232
|
}
|
|
235
233
|
},
|
|
236
234
|
{
|
|
237
|
-
"name": "Punctuation",
|
|
238
235
|
"scope": "punctuation, constant.other.symbol",
|
|
239
236
|
"settings": {
|
|
240
237
|
"foreground": "#89DDFF"
|
|
241
238
|
}
|
|
242
239
|
},
|
|
243
240
|
{
|
|
244
|
-
"name": "String Escape",
|
|
245
241
|
"scope": "constant.character.escape, text.html constant.character.entity.named",
|
|
246
242
|
"settings": {
|
|
247
243
|
"foreground": "#EEFFFF"
|
|
248
244
|
}
|
|
249
245
|
},
|
|
250
246
|
{
|
|
251
|
-
"name": "Boolean",
|
|
252
247
|
"scope": "constant.language.boolean",
|
|
253
248
|
"settings": {
|
|
254
249
|
"foreground": "#ff9cac"
|
|
255
250
|
}
|
|
256
251
|
},
|
|
257
252
|
{
|
|
258
|
-
"name": "Number",
|
|
259
253
|
"scope": "constant.numeric",
|
|
260
254
|
"settings": {
|
|
261
255
|
"foreground": "#F78C6C"
|
|
262
256
|
}
|
|
263
257
|
},
|
|
264
258
|
{
|
|
265
|
-
"name": "Variable",
|
|
266
259
|
"scope": "variable, variable.parameter, support.variable, variable.language, support.constant, meta.definition.variable entity.name.function, meta.function-call.arguments",
|
|
267
260
|
"settings": {
|
|
268
261
|
"foreground": "#EEFFFF"
|
|
269
262
|
}
|
|
270
263
|
},
|
|
271
264
|
{
|
|
272
|
-
"name": "Other Keyword",
|
|
273
265
|
"scope": "keyword.other",
|
|
274
266
|
"settings": {
|
|
275
267
|
"foreground": "#F78C6C"
|
|
276
268
|
}
|
|
277
269
|
},
|
|
278
270
|
{
|
|
279
|
-
"name": "Keyword",
|
|
280
271
|
"scope": "keyword, modifier, variable.language.this, support.type.object, constant.language",
|
|
281
272
|
"settings": {
|
|
282
273
|
"foreground": "#89DDFF"
|
|
283
274
|
}
|
|
284
275
|
},
|
|
285
276
|
{
|
|
286
|
-
"name": "Function call",
|
|
287
277
|
"scope": "entity.name.function, support.function",
|
|
288
278
|
"settings": {
|
|
289
279
|
"foreground": "#82AAFF"
|
|
290
280
|
}
|
|
291
281
|
},
|
|
292
282
|
{
|
|
293
|
-
"name": "Storage",
|
|
294
283
|
"scope": "storage.type, storage.modifier, storage.control",
|
|
295
284
|
"settings": {
|
|
296
285
|
"foreground": "#C792EA"
|
|
297
286
|
}
|
|
298
287
|
},
|
|
299
288
|
{
|
|
300
|
-
"name": "Modules",
|
|
301
289
|
"scope": "support.module, support.node",
|
|
302
290
|
"settings": {
|
|
303
291
|
"fontStyle": "italic",
|
|
@@ -305,21 +293,18 @@
|
|
|
305
293
|
}
|
|
306
294
|
},
|
|
307
295
|
{
|
|
308
|
-
"name": "Type",
|
|
309
296
|
"scope": "support.type, constant.other.key",
|
|
310
297
|
"settings": {
|
|
311
298
|
"foreground": "#FFCB6B"
|
|
312
299
|
}
|
|
313
300
|
},
|
|
314
301
|
{
|
|
315
|
-
"name": "Type",
|
|
316
302
|
"scope": "entity.name.type, entity.other.inherited-class, entity.other",
|
|
317
303
|
"settings": {
|
|
318
304
|
"foreground": "#FFCB6B"
|
|
319
305
|
}
|
|
320
306
|
},
|
|
321
307
|
{
|
|
322
|
-
"name": "Comment",
|
|
323
308
|
"scope": "comment",
|
|
324
309
|
"settings": {
|
|
325
310
|
"fontStyle": "italic",
|
|
@@ -327,7 +312,6 @@
|
|
|
327
312
|
}
|
|
328
313
|
},
|
|
329
314
|
{
|
|
330
|
-
"name": "Comment",
|
|
331
315
|
"scope": "comment punctuation.definition.comment, string.quoted.docstring",
|
|
332
316
|
"settings": {
|
|
333
317
|
"fontStyle": "italic",
|
|
@@ -335,154 +319,132 @@
|
|
|
335
319
|
}
|
|
336
320
|
},
|
|
337
321
|
{
|
|
338
|
-
"name": "Punctuation",
|
|
339
322
|
"scope": "punctuation",
|
|
340
323
|
"settings": {
|
|
341
324
|
"foreground": "#89DDFF"
|
|
342
325
|
}
|
|
343
326
|
},
|
|
344
327
|
{
|
|
345
|
-
"name": "Class",
|
|
346
328
|
"scope": "entity.name, entity.name.type.class, support.type, support.class, meta.use",
|
|
347
329
|
"settings": {
|
|
348
330
|
"foreground": "#FFCB6B"
|
|
349
331
|
}
|
|
350
332
|
},
|
|
351
333
|
{
|
|
352
|
-
"name": "Class variable",
|
|
353
334
|
"scope": "variable.object.property, meta.field.declaration entity.name.function",
|
|
354
335
|
"settings": {
|
|
355
336
|
"foreground": "#f07178"
|
|
356
337
|
}
|
|
357
338
|
},
|
|
358
339
|
{
|
|
359
|
-
"name": "Class method",
|
|
360
340
|
"scope": "meta.definition.method entity.name.function",
|
|
361
341
|
"settings": {
|
|
362
342
|
"foreground": "#f07178"
|
|
363
343
|
}
|
|
364
344
|
},
|
|
365
345
|
{
|
|
366
|
-
"name": "Function definition",
|
|
367
346
|
"scope": "meta.function entity.name.function",
|
|
368
347
|
"settings": {
|
|
369
348
|
"foreground": "#82AAFF"
|
|
370
349
|
}
|
|
371
350
|
},
|
|
372
351
|
{
|
|
373
|
-
"name": "Template expression",
|
|
374
352
|
"scope": "template.expression.begin, template.expression.end, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end",
|
|
375
353
|
"settings": {
|
|
376
354
|
"foreground": "#89DDFF"
|
|
377
355
|
}
|
|
378
356
|
},
|
|
379
357
|
{
|
|
380
|
-
"name": "Reset embedded/template expression colors",
|
|
381
358
|
"scope": "meta.embedded, source.groovy.embedded, meta.template.expression",
|
|
382
359
|
"settings": {
|
|
383
360
|
"foreground": "#EEFFFF"
|
|
384
361
|
}
|
|
385
362
|
},
|
|
386
363
|
{
|
|
387
|
-
"name": "YAML key",
|
|
388
364
|
"scope": "entity.name.tag.yaml",
|
|
389
365
|
"settings": {
|
|
390
366
|
"foreground": "#f07178"
|
|
391
367
|
}
|
|
392
368
|
},
|
|
393
369
|
{
|
|
394
|
-
"name": "JSON key",
|
|
395
370
|
"scope": "meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json",
|
|
396
371
|
"settings": {
|
|
397
372
|
"foreground": "#f07178"
|
|
398
373
|
}
|
|
399
374
|
},
|
|
400
375
|
{
|
|
401
|
-
"name": "JSON constant",
|
|
402
376
|
"scope": "constant.language.json",
|
|
403
377
|
"settings": {
|
|
404
378
|
"foreground": "#89DDFF"
|
|
405
379
|
}
|
|
406
380
|
},
|
|
407
381
|
{
|
|
408
|
-
"name": "CSS class",
|
|
409
382
|
"scope": "entity.other.attribute-name.class",
|
|
410
383
|
"settings": {
|
|
411
384
|
"foreground": "#FFCB6B"
|
|
412
385
|
}
|
|
413
386
|
},
|
|
414
387
|
{
|
|
415
|
-
"name": "CSS ID",
|
|
416
388
|
"scope": "entity.other.attribute-name.id",
|
|
417
389
|
"settings": {
|
|
418
390
|
"foreground": "#F78C6C"
|
|
419
391
|
}
|
|
420
392
|
},
|
|
421
393
|
{
|
|
422
|
-
"name": "CSS tag",
|
|
423
394
|
"scope": "source.css entity.name.tag",
|
|
424
395
|
"settings": {
|
|
425
396
|
"foreground": "#FFCB6B"
|
|
426
397
|
}
|
|
427
398
|
},
|
|
428
399
|
{
|
|
429
|
-
"name": "CSS properties",
|
|
430
400
|
"scope": "support.type.property-name.css",
|
|
431
401
|
"settings": {
|
|
432
402
|
"foreground": "#B2CCD6"
|
|
433
403
|
}
|
|
434
404
|
},
|
|
435
405
|
{
|
|
436
|
-
"name": "HTML tag outer",
|
|
437
406
|
"scope": "meta.tag, punctuation.definition.tag",
|
|
438
407
|
"settings": {
|
|
439
408
|
"foreground": "#89DDFF"
|
|
440
409
|
}
|
|
441
410
|
},
|
|
442
411
|
{
|
|
443
|
-
"name": "HTML tag inner",
|
|
444
412
|
"scope": "entity.name.tag",
|
|
445
413
|
"settings": {
|
|
446
414
|
"foreground": "#f07178"
|
|
447
415
|
}
|
|
448
416
|
},
|
|
449
417
|
{
|
|
450
|
-
"name": "HTML tag attribute",
|
|
451
418
|
"scope": "entity.other.attribute-name",
|
|
452
419
|
"settings": {
|
|
453
420
|
"foreground": "#C792EA"
|
|
454
421
|
}
|
|
455
422
|
},
|
|
456
423
|
{
|
|
457
|
-
"name": "HTML entities",
|
|
458
424
|
"scope": "punctuation.definition.entity.html",
|
|
459
425
|
"settings": {
|
|
460
426
|
"foreground": "#EEFFFF"
|
|
461
427
|
}
|
|
462
428
|
},
|
|
463
429
|
{
|
|
464
|
-
"name": "Markdown heading",
|
|
465
430
|
"scope": "markup.heading",
|
|
466
431
|
"settings": {
|
|
467
432
|
"foreground": "#89DDFF"
|
|
468
433
|
}
|
|
469
434
|
},
|
|
470
435
|
{
|
|
471
|
-
"name": "Markdown link text",
|
|
472
436
|
"scope": "text.html.markdown meta.link.inline, meta.link.reference",
|
|
473
437
|
"settings": {
|
|
474
438
|
"foreground": "#f07178"
|
|
475
439
|
}
|
|
476
440
|
},
|
|
477
441
|
{
|
|
478
|
-
"name": "Markdown list item",
|
|
479
442
|
"scope": "text.html.markdown beginning.punctuation.definition.list",
|
|
480
443
|
"settings": {
|
|
481
444
|
"foreground": "#89DDFF"
|
|
482
445
|
}
|
|
483
446
|
},
|
|
484
447
|
{
|
|
485
|
-
"name": "Markdown italic",
|
|
486
448
|
"scope": "markup.italic",
|
|
487
449
|
"settings": {
|
|
488
450
|
"fontStyle": "italic",
|
|
@@ -490,7 +452,6 @@
|
|
|
490
452
|
}
|
|
491
453
|
},
|
|
492
454
|
{
|
|
493
|
-
"name": "Markdown bold",
|
|
494
455
|
"scope": "markup.bold",
|
|
495
456
|
"settings": {
|
|
496
457
|
"fontStyle": "bold",
|
|
@@ -498,7 +459,6 @@
|
|
|
498
459
|
}
|
|
499
460
|
},
|
|
500
461
|
{
|
|
501
|
-
"name": "Markdown bold italic",
|
|
502
462
|
"scope": "markup.bold markup.italic, markup.italic markup.bold",
|
|
503
463
|
"settings": {
|
|
504
464
|
"fontStyle": "italic bold",
|
|
@@ -506,140 +466,120 @@
|
|
|
506
466
|
}
|
|
507
467
|
},
|
|
508
468
|
{
|
|
509
|
-
"name": "Markdown code block",
|
|
510
469
|
"scope": "markup.fenced_code.block.markdown punctuation.definition.markdown",
|
|
511
470
|
"settings": {
|
|
512
471
|
"foreground": "#C3E88D"
|
|
513
472
|
}
|
|
514
473
|
},
|
|
515
474
|
{
|
|
516
|
-
"name": "Markdown inline code",
|
|
517
475
|
"scope": "markup.inline.raw.string.markdown",
|
|
518
476
|
"settings": {
|
|
519
477
|
"foreground": "#C3E88D"
|
|
520
478
|
}
|
|
521
479
|
},
|
|
522
480
|
{
|
|
523
|
-
"name": "INI property name",
|
|
524
481
|
"scope": "keyword.other.definition.ini",
|
|
525
482
|
"settings": {
|
|
526
483
|
"foreground": "#f07178"
|
|
527
484
|
}
|
|
528
485
|
},
|
|
529
486
|
{
|
|
530
|
-
"name": "INI section title",
|
|
531
487
|
"scope": "entity.name.section.group-title.ini",
|
|
532
488
|
"settings": {
|
|
533
489
|
"foreground": "#89DDFF"
|
|
534
490
|
}
|
|
535
491
|
},
|
|
536
492
|
{
|
|
537
|
-
"name": "C# class",
|
|
538
493
|
"scope": "source.cs meta.class.identifier storage.type",
|
|
539
494
|
"settings": {
|
|
540
495
|
"foreground": "#FFCB6B"
|
|
541
496
|
}
|
|
542
497
|
},
|
|
543
498
|
{
|
|
544
|
-
"name": "C# class method",
|
|
545
499
|
"scope": "source.cs meta.method.identifier entity.name.function",
|
|
546
500
|
"settings": {
|
|
547
501
|
"foreground": "#f07178"
|
|
548
502
|
}
|
|
549
503
|
},
|
|
550
504
|
{
|
|
551
|
-
"name": "C# function call",
|
|
552
505
|
"scope": "source.cs meta.method-call meta.method, source.cs entity.name.function",
|
|
553
506
|
"settings": {
|
|
554
507
|
"foreground": "#82AAFF"
|
|
555
508
|
}
|
|
556
509
|
},
|
|
557
510
|
{
|
|
558
|
-
"name": "C# type",
|
|
559
511
|
"scope": "source.cs storage.type",
|
|
560
512
|
"settings": {
|
|
561
513
|
"foreground": "#FFCB6B"
|
|
562
514
|
}
|
|
563
515
|
},
|
|
564
516
|
{
|
|
565
|
-
"name": "C# return type",
|
|
566
517
|
"scope": "source.cs meta.method.return-type",
|
|
567
518
|
"settings": {
|
|
568
519
|
"foreground": "#FFCB6B"
|
|
569
520
|
}
|
|
570
521
|
},
|
|
571
522
|
{
|
|
572
|
-
"name": "C# preprocessor",
|
|
573
523
|
"scope": "source.cs meta.preprocessor",
|
|
574
524
|
"settings": {
|
|
575
525
|
"foreground": "#545454"
|
|
576
526
|
}
|
|
577
527
|
},
|
|
578
528
|
{
|
|
579
|
-
"name": "C# namespace",
|
|
580
529
|
"scope": "source.cs entity.name.type.namespace",
|
|
581
530
|
"settings": {
|
|
582
531
|
"foreground": "#EEFFFF"
|
|
583
532
|
}
|
|
584
533
|
},
|
|
585
534
|
{
|
|
586
|
-
"name": "JSX Text",
|
|
587
535
|
"scope": "meta.jsx.children, SXNested",
|
|
588
536
|
"settings": {
|
|
589
537
|
"foreground": "#EEFFFF"
|
|
590
538
|
}
|
|
591
539
|
},
|
|
592
540
|
{
|
|
593
|
-
"name": "JSX Components name",
|
|
594
541
|
"scope": "support.class.component",
|
|
595
542
|
"settings": {
|
|
596
543
|
"foreground": "#FFCB6B"
|
|
597
544
|
}
|
|
598
545
|
},
|
|
599
546
|
{
|
|
600
|
-
"name": "C-related Block Level Variables",
|
|
601
547
|
"scope": "source.cpp meta.block variable.other",
|
|
602
548
|
"settings": {
|
|
603
549
|
"foreground": "#EEFFFF"
|
|
604
550
|
}
|
|
605
551
|
},
|
|
606
552
|
{
|
|
607
|
-
"name": "Member Access Meta",
|
|
608
553
|
"scope": "source.python meta.member.access.python",
|
|
609
554
|
"settings": {
|
|
610
555
|
"foreground": "#f07178"
|
|
611
556
|
}
|
|
612
557
|
},
|
|
613
558
|
{
|
|
614
|
-
"name": "Function Call",
|
|
615
559
|
"scope": "source.python meta.function-call.python, meta.function-call.arguments",
|
|
616
560
|
"settings": {
|
|
617
561
|
"foreground": "#82AAFF"
|
|
618
562
|
}
|
|
619
563
|
},
|
|
620
564
|
{
|
|
621
|
-
"name": "Blocks",
|
|
622
565
|
"scope": "meta.block",
|
|
623
566
|
"settings": {
|
|
624
567
|
"foreground": "#f07178"
|
|
625
568
|
}
|
|
626
569
|
},
|
|
627
570
|
{
|
|
628
|
-
"name": "Function Call",
|
|
629
571
|
"scope": "entity.name.function.call",
|
|
630
572
|
"settings": {
|
|
631
573
|
"foreground": "#82AAFF"
|
|
632
574
|
}
|
|
633
575
|
},
|
|
634
576
|
{
|
|
635
|
-
"name": "Namespaces",
|
|
636
577
|
"scope": "source.php support.other.namespace, source.php meta.use support.class",
|
|
637
578
|
"settings": {
|
|
638
579
|
"foreground": "#EEFFFF"
|
|
639
580
|
}
|
|
640
581
|
},
|
|
641
582
|
{
|
|
642
|
-
"name": "Constant keywords",
|
|
643
583
|
"scope": "constant.keyword",
|
|
644
584
|
"settings": {
|
|
645
585
|
"fontStyle": "italic",
|
|
@@ -647,21 +587,18 @@
|
|
|
647
587
|
}
|
|
648
588
|
},
|
|
649
589
|
{
|
|
650
|
-
"name": "Entity name",
|
|
651
590
|
"scope": "entity.name.function",
|
|
652
591
|
"settings": {
|
|
653
592
|
"foreground": "#82AAFF"
|
|
654
593
|
}
|
|
655
594
|
},
|
|
656
595
|
{
|
|
657
|
-
"name": "Global settings",
|
|
658
596
|
"settings": {
|
|
659
597
|
"background": "#212121",
|
|
660
598
|
"foreground": "#EEFFFF"
|
|
661
599
|
}
|
|
662
600
|
},
|
|
663
601
|
{
|
|
664
|
-
"name": "Constant Placeholder",
|
|
665
602
|
"scope": [
|
|
666
603
|
"constant.other.placeholder"
|
|
667
604
|
],
|
|
@@ -670,7 +607,6 @@
|
|
|
670
607
|
}
|
|
671
608
|
},
|
|
672
609
|
{
|
|
673
|
-
"name": "Markup Deleted",
|
|
674
610
|
"scope": [
|
|
675
611
|
"markup.deleted"
|
|
676
612
|
],
|
|
@@ -679,7 +615,6 @@
|
|
|
679
615
|
}
|
|
680
616
|
},
|
|
681
617
|
{
|
|
682
|
-
"name": "Markup Inserted",
|
|
683
618
|
"scope": [
|
|
684
619
|
"markup.inserted"
|
|
685
620
|
],
|
|
@@ -688,7 +623,6 @@
|
|
|
688
623
|
}
|
|
689
624
|
},
|
|
690
625
|
{
|
|
691
|
-
"name": "Markup Underline",
|
|
692
626
|
"scope": [
|
|
693
627
|
"markup.underline"
|
|
694
628
|
],
|
|
@@ -697,7 +631,6 @@
|
|
|
697
631
|
}
|
|
698
632
|
},
|
|
699
633
|
{
|
|
700
|
-
"name": "Keyword Control",
|
|
701
634
|
"scope": [
|
|
702
635
|
"keyword.control"
|
|
703
636
|
],
|
|
@@ -707,7 +640,6 @@
|
|
|
707
640
|
}
|
|
708
641
|
},
|
|
709
642
|
{
|
|
710
|
-
"name": "Parameter",
|
|
711
643
|
"scope": [
|
|
712
644
|
"variable.parameter"
|
|
713
645
|
],
|
|
@@ -716,7 +648,6 @@
|
|
|
716
648
|
}
|
|
717
649
|
},
|
|
718
650
|
{
|
|
719
|
-
"name": "Python - Self Parameter",
|
|
720
651
|
"scope": [
|
|
721
652
|
"variable.parameter.function.language.special.self.python"
|
|
722
653
|
],
|
|
@@ -726,7 +657,6 @@
|
|
|
726
657
|
}
|
|
727
658
|
},
|
|
728
659
|
{
|
|
729
|
-
"name": "Python - Format Placeholder",
|
|
730
660
|
"scope": [
|
|
731
661
|
"constant.character.format.placeholder.other.python"
|
|
732
662
|
],
|
|
@@ -735,7 +665,6 @@
|
|
|
735
665
|
}
|
|
736
666
|
},
|
|
737
667
|
{
|
|
738
|
-
"name": "Markdown - Blockquote",
|
|
739
668
|
"scope": [
|
|
740
669
|
"markup.quote"
|
|
741
670
|
],
|
|
@@ -745,7 +674,6 @@
|
|
|
745
674
|
}
|
|
746
675
|
},
|
|
747
676
|
{
|
|
748
|
-
"name": "Markdown - Fenced Language",
|
|
749
677
|
"scope": [
|
|
750
678
|
"markup.fenced_code.block"
|
|
751
679
|
],
|
|
@@ -754,7 +682,6 @@
|
|
|
754
682
|
}
|
|
755
683
|
},
|
|
756
684
|
{
|
|
757
|
-
"name": "Markdown - Blockquote Punctuation",
|
|
758
685
|
"scope": [
|
|
759
686
|
"punctuation.definition.quote"
|
|
760
687
|
],
|
|
@@ -763,7 +690,6 @@
|
|
|
763
690
|
}
|
|
764
691
|
},
|
|
765
692
|
{
|
|
766
|
-
"name": "JSON Key - Level 0",
|
|
767
693
|
"scope": [
|
|
768
694
|
"meta.structure.dictionary.json support.type.property-name.json"
|
|
769
695
|
],
|
|
@@ -772,7 +698,6 @@
|
|
|
772
698
|
}
|
|
773
699
|
},
|
|
774
700
|
{
|
|
775
|
-
"name": "JSON Key - Level 1",
|
|
776
701
|
"scope": [
|
|
777
702
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
778
703
|
],
|
|
@@ -781,7 +706,6 @@
|
|
|
781
706
|
}
|
|
782
707
|
},
|
|
783
708
|
{
|
|
784
|
-
"name": "JSON Key - Level 2",
|
|
785
709
|
"scope": [
|
|
786
710
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
787
711
|
],
|
|
@@ -790,7 +714,6 @@
|
|
|
790
714
|
}
|
|
791
715
|
},
|
|
792
716
|
{
|
|
793
|
-
"name": "JSON Key - Level 3",
|
|
794
717
|
"scope": [
|
|
795
718
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
796
719
|
],
|
|
@@ -799,7 +722,6 @@
|
|
|
799
722
|
}
|
|
800
723
|
},
|
|
801
724
|
{
|
|
802
|
-
"name": "JSON Key - Level 4",
|
|
803
725
|
"scope": [
|
|
804
726
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
805
727
|
],
|
|
@@ -808,7 +730,6 @@
|
|
|
808
730
|
}
|
|
809
731
|
},
|
|
810
732
|
{
|
|
811
|
-
"name": "JSON Key - Level 5",
|
|
812
733
|
"scope": [
|
|
813
734
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
814
735
|
],
|
|
@@ -817,7 +738,6 @@
|
|
|
817
738
|
}
|
|
818
739
|
},
|
|
819
740
|
{
|
|
820
|
-
"name": "JSON Key - Level 6",
|
|
821
741
|
"scope": [
|
|
822
742
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
823
743
|
],
|
|
@@ -826,7 +746,6 @@
|
|
|
826
746
|
}
|
|
827
747
|
},
|
|
828
748
|
{
|
|
829
|
-
"name": "JSON Key - Level 7",
|
|
830
749
|
"scope": [
|
|
831
750
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
832
751
|
],
|
|
@@ -835,7 +754,6 @@
|
|
|
835
754
|
}
|
|
836
755
|
},
|
|
837
756
|
{
|
|
838
|
-
"name": "JSON Key - Level 8",
|
|
839
757
|
"scope": [
|
|
840
758
|
"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
841
759
|
],
|