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
package/themes/dark-plus.json
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
"editor.foreground": "#D4D4D4",
|
|
8
8
|
"editor.inactiveSelectionBackground": "#3A3D41",
|
|
9
9
|
"editor.selectionHighlightBackground": "#ADD6FF26",
|
|
10
|
-
"editorIndentGuide.
|
|
11
|
-
"editorIndentGuide.
|
|
10
|
+
"editorIndentGuide.activeBackground": "#707070",
|
|
11
|
+
"editorIndentGuide.background": "#404040",
|
|
12
12
|
"input.placeholderForeground": "#A6A6A6",
|
|
13
13
|
"list.activeSelectionIconForeground": "#FFF",
|
|
14
14
|
"list.dropBackground": "#383B3D",
|
|
@@ -101,10 +101,7 @@
|
|
|
101
101
|
}
|
|
102
102
|
},
|
|
103
103
|
{
|
|
104
|
-
"scope":
|
|
105
|
-
"entity.name.tag.css",
|
|
106
|
-
"entity.name.tag.less"
|
|
107
|
-
],
|
|
104
|
+
"scope": "entity.name.tag.css",
|
|
108
105
|
"settings": {
|
|
109
106
|
"foreground": "#d7ba7d"
|
|
110
107
|
}
|
|
@@ -118,11 +115,10 @@
|
|
|
118
115
|
{
|
|
119
116
|
"scope": [
|
|
120
117
|
"entity.other.attribute-name.class.css",
|
|
121
|
-
"
|
|
118
|
+
"entity.other.attribute-name.class.mixin.css",
|
|
122
119
|
"entity.other.attribute-name.id.css",
|
|
123
120
|
"entity.other.attribute-name.parent-selector.css",
|
|
124
|
-
"entity.other.attribute-name.
|
|
125
|
-
"source.css entity.other.attribute-name.pseudo-class",
|
|
121
|
+
"entity.other.attribute-name.pseudo-class.css",
|
|
126
122
|
"entity.other.attribute-name.pseudo-element.css",
|
|
127
123
|
"source.css.less entity.other.attribute-name.id",
|
|
128
124
|
"entity.other.attribute-name.scss"
|
|
@@ -206,7 +202,6 @@
|
|
|
206
202
|
}
|
|
207
203
|
},
|
|
208
204
|
{
|
|
209
|
-
"name": "brackets of XML/HTML tags",
|
|
210
205
|
"scope": "punctuation.definition.tag",
|
|
211
206
|
"settings": {
|
|
212
207
|
"foreground": "#808080"
|
|
@@ -294,7 +289,6 @@
|
|
|
294
289
|
}
|
|
295
290
|
},
|
|
296
291
|
{
|
|
297
|
-
"name": "String interpolation",
|
|
298
292
|
"scope": [
|
|
299
293
|
"punctuation.definition.template-expression.begin",
|
|
300
294
|
"punctuation.definition.template-expression.end",
|
|
@@ -305,7 +299,6 @@
|
|
|
305
299
|
}
|
|
306
300
|
},
|
|
307
301
|
{
|
|
308
|
-
"name": "Reset JavaScript string interpolation expression",
|
|
309
302
|
"scope": [
|
|
310
303
|
"meta.template.expression"
|
|
311
304
|
],
|
|
@@ -317,7 +310,9 @@
|
|
|
317
310
|
"scope": [
|
|
318
311
|
"support.type.vendored.property-name",
|
|
319
312
|
"support.type.property-name",
|
|
320
|
-
"
|
|
313
|
+
"variable.css",
|
|
314
|
+
"variable.scss",
|
|
315
|
+
"variable.other.less",
|
|
321
316
|
"source.coffee.embedded"
|
|
322
317
|
],
|
|
323
318
|
"settings": {
|
|
@@ -387,7 +382,6 @@
|
|
|
387
382
|
}
|
|
388
383
|
},
|
|
389
384
|
{
|
|
390
|
-
"name": "coloring of the Java import and package identifiers",
|
|
391
385
|
"scope": [
|
|
392
386
|
"storage.modifier.import.java",
|
|
393
387
|
"variable.language.wildcard.java",
|
|
@@ -398,14 +392,12 @@
|
|
|
398
392
|
}
|
|
399
393
|
},
|
|
400
394
|
{
|
|
401
|
-
"name": "this.self",
|
|
402
395
|
"scope": "variable.language",
|
|
403
396
|
"settings": {
|
|
404
397
|
"foreground": "#569cd6"
|
|
405
398
|
}
|
|
406
399
|
},
|
|
407
400
|
{
|
|
408
|
-
"name": "Function declarations",
|
|
409
401
|
"scope": [
|
|
410
402
|
"entity.name.function",
|
|
411
403
|
"support.function",
|
|
@@ -418,7 +410,6 @@
|
|
|
418
410
|
}
|
|
419
411
|
},
|
|
420
412
|
{
|
|
421
|
-
"name": "Types declaration and references",
|
|
422
413
|
"scope": [
|
|
423
414
|
"support.class",
|
|
424
415
|
"support.type",
|
|
@@ -458,7 +449,6 @@
|
|
|
458
449
|
}
|
|
459
450
|
},
|
|
460
451
|
{
|
|
461
|
-
"name": "Types declaration and references, TS grammar specific",
|
|
462
452
|
"scope": [
|
|
463
453
|
"meta.type.cast.expr",
|
|
464
454
|
"meta.type.new.expr",
|
|
@@ -472,7 +462,6 @@
|
|
|
472
462
|
}
|
|
473
463
|
},
|
|
474
464
|
{
|
|
475
|
-
"name": "Control flow / Special keywords",
|
|
476
465
|
"scope": [
|
|
477
466
|
"keyword.control",
|
|
478
467
|
"source.cpp keyword.operator.new",
|
|
@@ -487,7 +476,6 @@
|
|
|
487
476
|
}
|
|
488
477
|
},
|
|
489
478
|
{
|
|
490
|
-
"name": "Variable and parameter name",
|
|
491
479
|
"scope": [
|
|
492
480
|
"variable",
|
|
493
481
|
"meta.definition.variable.name",
|
|
@@ -500,7 +488,6 @@
|
|
|
500
488
|
}
|
|
501
489
|
},
|
|
502
490
|
{
|
|
503
|
-
"name": "Constants and enums",
|
|
504
491
|
"scope": [
|
|
505
492
|
"variable.other.constant",
|
|
506
493
|
"variable.other.enummember"
|
|
@@ -510,7 +497,6 @@
|
|
|
510
497
|
}
|
|
511
498
|
},
|
|
512
499
|
{
|
|
513
|
-
"name": "Object keys, TS grammar specific",
|
|
514
500
|
"scope": [
|
|
515
501
|
"meta.object-literal.key"
|
|
516
502
|
],
|
|
@@ -519,7 +505,6 @@
|
|
|
519
505
|
}
|
|
520
506
|
},
|
|
521
507
|
{
|
|
522
|
-
"name": "CSS property value",
|
|
523
508
|
"scope": [
|
|
524
509
|
"support.constant.property-value",
|
|
525
510
|
"support.constant.font-name",
|
|
@@ -534,7 +519,6 @@
|
|
|
534
519
|
}
|
|
535
520
|
},
|
|
536
521
|
{
|
|
537
|
-
"name": "Regular expression groups",
|
|
538
522
|
"scope": [
|
|
539
523
|
"punctuation.definition.group.regexp",
|
|
540
524
|
"punctuation.definition.group.assertion.regexp",
|
package/themes/dracula-soft.json
CHANGED
|
@@ -292,7 +292,6 @@
|
|
|
292
292
|
}
|
|
293
293
|
},
|
|
294
294
|
{
|
|
295
|
-
"name": "Underlined markup",
|
|
296
295
|
"scope": [
|
|
297
296
|
"markup.underline"
|
|
298
297
|
],
|
|
@@ -301,7 +300,6 @@
|
|
|
301
300
|
}
|
|
302
301
|
},
|
|
303
302
|
{
|
|
304
|
-
"name": "Bold markup",
|
|
305
303
|
"scope": [
|
|
306
304
|
"markup.bold"
|
|
307
305
|
],
|
|
@@ -311,7 +309,6 @@
|
|
|
311
309
|
}
|
|
312
310
|
},
|
|
313
311
|
{
|
|
314
|
-
"name": "Markup headings",
|
|
315
312
|
"scope": [
|
|
316
313
|
"markup.heading"
|
|
317
314
|
],
|
|
@@ -321,7 +318,6 @@
|
|
|
321
318
|
}
|
|
322
319
|
},
|
|
323
320
|
{
|
|
324
|
-
"name": "Markup italic",
|
|
325
321
|
"scope": [
|
|
326
322
|
"markup.italic"
|
|
327
323
|
],
|
|
@@ -331,7 +327,6 @@
|
|
|
331
327
|
}
|
|
332
328
|
},
|
|
333
329
|
{
|
|
334
|
-
"name": "Bullets, lists (prose)",
|
|
335
330
|
"scope": [
|
|
336
331
|
"beginning.punctuation.definition.list.markdown",
|
|
337
332
|
"beginning.punctuation.definition.quote.markdown",
|
|
@@ -342,7 +337,6 @@
|
|
|
342
337
|
}
|
|
343
338
|
},
|
|
344
339
|
{
|
|
345
|
-
"name": "Inline code (prose)",
|
|
346
340
|
"scope": [
|
|
347
341
|
"markup.inline.raw",
|
|
348
342
|
"markup.raw.restructuredtext"
|
|
@@ -352,7 +346,6 @@
|
|
|
352
346
|
}
|
|
353
347
|
},
|
|
354
348
|
{
|
|
355
|
-
"name": "Links (prose)",
|
|
356
349
|
"scope": [
|
|
357
350
|
"markup.underline.link",
|
|
358
351
|
"markup.underline.link.image"
|
|
@@ -362,7 +355,6 @@
|
|
|
362
355
|
}
|
|
363
356
|
},
|
|
364
357
|
{
|
|
365
|
-
"name": "Link text, image alt text (prose)",
|
|
366
358
|
"scope": [
|
|
367
359
|
"meta.link.reference.def.restructuredtext",
|
|
368
360
|
"punctuation.definition.directive.restructuredtext",
|
|
@@ -374,7 +366,6 @@
|
|
|
374
366
|
}
|
|
375
367
|
},
|
|
376
368
|
{
|
|
377
|
-
"name": "Blockquotes (prose)",
|
|
378
369
|
"scope": [
|
|
379
370
|
"entity.name.directive.restructuredtext",
|
|
380
371
|
"markup.quote"
|
|
@@ -385,7 +376,6 @@
|
|
|
385
376
|
}
|
|
386
377
|
},
|
|
387
378
|
{
|
|
388
|
-
"name": "Horizontal rule (prose)",
|
|
389
379
|
"scope": [
|
|
390
380
|
"meta.separator.markdown"
|
|
391
381
|
],
|
|
@@ -394,7 +384,6 @@
|
|
|
394
384
|
}
|
|
395
385
|
},
|
|
396
386
|
{
|
|
397
|
-
"name": "Code blocks",
|
|
398
387
|
"scope": [
|
|
399
388
|
"fenced_code.block.language",
|
|
400
389
|
"markup.raw.inner.restructuredtext",
|
|
@@ -405,7 +394,6 @@
|
|
|
405
394
|
}
|
|
406
395
|
},
|
|
407
396
|
{
|
|
408
|
-
"name": "Prose constants",
|
|
409
397
|
"scope": [
|
|
410
398
|
"punctuation.definition.constant.restructuredtext"
|
|
411
399
|
],
|
|
@@ -414,7 +402,6 @@
|
|
|
414
402
|
}
|
|
415
403
|
},
|
|
416
404
|
{
|
|
417
|
-
"name": "Braces in markdown headings",
|
|
418
405
|
"scope": [
|
|
419
406
|
"markup.heading.markdown punctuation.definition.string.begin",
|
|
420
407
|
"markup.heading.markdown punctuation.definition.string.end"
|
|
@@ -424,7 +411,6 @@
|
|
|
424
411
|
}
|
|
425
412
|
},
|
|
426
413
|
{
|
|
427
|
-
"name": "Braces in markdown paragraphs",
|
|
428
414
|
"scope": [
|
|
429
415
|
"meta.paragraph.markdown punctuation.definition.string.begin",
|
|
430
416
|
"meta.paragraph.markdown punctuation.definition.string.end"
|
|
@@ -434,7 +420,6 @@
|
|
|
434
420
|
}
|
|
435
421
|
},
|
|
436
422
|
{
|
|
437
|
-
"name": "Braces in markdown blockquotes",
|
|
438
423
|
"scope": [
|
|
439
424
|
"markup.quote.markdown meta.paragraph.markdown punctuation.definition.string.begin",
|
|
440
425
|
"markup.quote.markdown meta.paragraph.markdown punctuation.definition.string.end"
|
|
@@ -444,7 +429,6 @@
|
|
|
444
429
|
}
|
|
445
430
|
},
|
|
446
431
|
{
|
|
447
|
-
"name": "User-defined class names",
|
|
448
432
|
"scope": [
|
|
449
433
|
"entity.name.type.class",
|
|
450
434
|
"entity.name.class"
|
|
@@ -455,7 +439,6 @@
|
|
|
455
439
|
}
|
|
456
440
|
},
|
|
457
441
|
{
|
|
458
|
-
"name": "this, super, self, etc.",
|
|
459
442
|
"scope": [
|
|
460
443
|
"keyword.expressions-and-types.swift",
|
|
461
444
|
"keyword.other.this",
|
|
@@ -470,7 +453,6 @@
|
|
|
470
453
|
}
|
|
471
454
|
},
|
|
472
455
|
{
|
|
473
|
-
"name": "Inherited classes",
|
|
474
456
|
"scope": [
|
|
475
457
|
"entity.other.inherited-class"
|
|
476
458
|
],
|
|
@@ -480,7 +462,6 @@
|
|
|
480
462
|
}
|
|
481
463
|
},
|
|
482
464
|
{
|
|
483
|
-
"name": "Comments",
|
|
484
465
|
"scope": [
|
|
485
466
|
"comment",
|
|
486
467
|
"punctuation.definition.comment",
|
|
@@ -492,7 +473,6 @@
|
|
|
492
473
|
}
|
|
493
474
|
},
|
|
494
475
|
{
|
|
495
|
-
"name": "JSDoc-style keywords",
|
|
496
476
|
"scope": [
|
|
497
477
|
"comment keyword.codetag.notation",
|
|
498
478
|
"comment.block.documentation keyword",
|
|
@@ -503,7 +483,6 @@
|
|
|
503
483
|
}
|
|
504
484
|
},
|
|
505
485
|
{
|
|
506
|
-
"name": "JSDoc-style types",
|
|
507
486
|
"scope": [
|
|
508
487
|
"comment.block.documentation entity.name.type"
|
|
509
488
|
],
|
|
@@ -513,7 +492,6 @@
|
|
|
513
492
|
}
|
|
514
493
|
},
|
|
515
494
|
{
|
|
516
|
-
"name": "JSDoc-style type brackets",
|
|
517
495
|
"scope": [
|
|
518
496
|
"comment.block.documentation entity.name.type punctuation.definition.bracket"
|
|
519
497
|
],
|
|
@@ -522,7 +500,6 @@
|
|
|
522
500
|
}
|
|
523
501
|
},
|
|
524
502
|
{
|
|
525
|
-
"name": "JSDoc-style comment parameters",
|
|
526
503
|
"scope": [
|
|
527
504
|
"comment.block.documentation variable"
|
|
528
505
|
],
|
|
@@ -532,7 +509,6 @@
|
|
|
532
509
|
}
|
|
533
510
|
},
|
|
534
511
|
{
|
|
535
|
-
"name": "Constants",
|
|
536
512
|
"scope": [
|
|
537
513
|
"constant",
|
|
538
514
|
"variable.other.constant"
|
|
@@ -542,7 +518,6 @@
|
|
|
542
518
|
}
|
|
543
519
|
},
|
|
544
520
|
{
|
|
545
|
-
"name": "Constant escape sequences",
|
|
546
521
|
"scope": [
|
|
547
522
|
"constant.character.escape",
|
|
548
523
|
"constant.character.string.escape",
|
|
@@ -553,7 +528,6 @@
|
|
|
553
528
|
}
|
|
554
529
|
},
|
|
555
530
|
{
|
|
556
|
-
"name": "HTML tags",
|
|
557
531
|
"scope": [
|
|
558
532
|
"entity.name.tag"
|
|
559
533
|
],
|
|
@@ -562,7 +536,6 @@
|
|
|
562
536
|
}
|
|
563
537
|
},
|
|
564
538
|
{
|
|
565
|
-
"name": "CSS attribute parent selectors ('&')",
|
|
566
539
|
"scope": [
|
|
567
540
|
"entity.other.attribute-name.parent-selector"
|
|
568
541
|
],
|
|
@@ -571,7 +544,6 @@
|
|
|
571
544
|
}
|
|
572
545
|
},
|
|
573
546
|
{
|
|
574
|
-
"name": "HTML/CSS attribute names",
|
|
575
547
|
"scope": [
|
|
576
548
|
"entity.other.attribute-name"
|
|
577
549
|
],
|
|
@@ -581,7 +553,6 @@
|
|
|
581
553
|
}
|
|
582
554
|
},
|
|
583
555
|
{
|
|
584
|
-
"name": "Function names",
|
|
585
556
|
"scope": [
|
|
586
557
|
"entity.name.function",
|
|
587
558
|
"meta.function-call.object",
|
|
@@ -597,7 +568,6 @@
|
|
|
597
568
|
}
|
|
598
569
|
},
|
|
599
570
|
{
|
|
600
|
-
"name": "Function parameters",
|
|
601
571
|
"scope": [
|
|
602
572
|
"entity.name.variable.parameter",
|
|
603
573
|
"meta.at-rule.function variable",
|
|
@@ -612,7 +582,6 @@
|
|
|
612
582
|
}
|
|
613
583
|
},
|
|
614
584
|
{
|
|
615
|
-
"name": "Decorators",
|
|
616
585
|
"scope": [
|
|
617
586
|
"meta.decorator variable.other.readwrite",
|
|
618
587
|
"meta.decorator variable.other.property"
|
|
@@ -623,7 +592,6 @@
|
|
|
623
592
|
}
|
|
624
593
|
},
|
|
625
594
|
{
|
|
626
|
-
"name": "Decorator Objects",
|
|
627
595
|
"scope": [
|
|
628
596
|
"meta.decorator variable.other.object"
|
|
629
597
|
],
|
|
@@ -632,7 +600,6 @@
|
|
|
632
600
|
}
|
|
633
601
|
},
|
|
634
602
|
{
|
|
635
|
-
"name": "Keywords",
|
|
636
603
|
"scope": [
|
|
637
604
|
"keyword",
|
|
638
605
|
"punctuation.definition.keyword"
|
|
@@ -642,7 +609,6 @@
|
|
|
642
609
|
}
|
|
643
610
|
},
|
|
644
611
|
{
|
|
645
|
-
"name": "Keyword \"new\"",
|
|
646
612
|
"scope": [
|
|
647
613
|
"keyword.control.new",
|
|
648
614
|
"keyword.operator.new"
|
|
@@ -652,7 +618,6 @@
|
|
|
652
618
|
}
|
|
653
619
|
},
|
|
654
620
|
{
|
|
655
|
-
"name": "Generic selectors (CSS/SCSS/Less/Stylus)",
|
|
656
621
|
"scope": [
|
|
657
622
|
"meta.selector"
|
|
658
623
|
],
|
|
@@ -661,7 +626,6 @@
|
|
|
661
626
|
}
|
|
662
627
|
},
|
|
663
628
|
{
|
|
664
|
-
"name": "Language Built-ins",
|
|
665
629
|
"scope": [
|
|
666
630
|
"support"
|
|
667
631
|
],
|
|
@@ -671,7 +635,6 @@
|
|
|
671
635
|
}
|
|
672
636
|
},
|
|
673
637
|
{
|
|
674
|
-
"name": "Built-in magic functions and constants",
|
|
675
638
|
"scope": [
|
|
676
639
|
"support.function.magic",
|
|
677
640
|
"support.variable",
|
|
@@ -683,7 +646,6 @@
|
|
|
683
646
|
}
|
|
684
647
|
},
|
|
685
648
|
{
|
|
686
|
-
"name": "Built-in functions / properties",
|
|
687
649
|
"scope": [
|
|
688
650
|
"support.function",
|
|
689
651
|
"support.type.property-name"
|
|
@@ -693,7 +655,6 @@
|
|
|
693
655
|
}
|
|
694
656
|
},
|
|
695
657
|
{
|
|
696
|
-
"name": "Separators (key/value, namespace, inheritance, pointer, hash, slice, etc)",
|
|
697
658
|
"scope": [
|
|
698
659
|
"constant.other.symbol.hashkey punctuation.definition.constant.ruby",
|
|
699
660
|
"entity.other.attribute-name.placeholder punctuation",
|
|
@@ -725,7 +686,6 @@
|
|
|
725
686
|
}
|
|
726
687
|
},
|
|
727
688
|
{
|
|
728
|
-
"name": "Brackets, braces, parens, etc.",
|
|
729
689
|
"scope": [
|
|
730
690
|
"keyword.operator.other.powershell",
|
|
731
691
|
"keyword.other.statement-separator.powershell",
|
|
@@ -750,7 +710,6 @@
|
|
|
750
710
|
}
|
|
751
711
|
},
|
|
752
712
|
{
|
|
753
|
-
"name": "Variable interpolation operators",
|
|
754
713
|
"scope": [
|
|
755
714
|
"meta.string-contents.quoted.double punctuation.definition.variable",
|
|
756
715
|
"punctuation.definition.interpolation.begin",
|
|
@@ -769,7 +728,6 @@
|
|
|
769
728
|
}
|
|
770
729
|
},
|
|
771
730
|
{
|
|
772
|
-
"name": "Keys (serializable languages)",
|
|
773
731
|
"scope": [
|
|
774
732
|
"entity.name.function.target.makefile",
|
|
775
733
|
"entity.name.section.toml",
|
|
@@ -781,7 +739,6 @@
|
|
|
781
739
|
}
|
|
782
740
|
},
|
|
783
741
|
{
|
|
784
|
-
"name": "Dates / timestamps (serializable languages)",
|
|
785
742
|
"scope": [
|
|
786
743
|
"constant.other.date",
|
|
787
744
|
"constant.other.timestamp"
|
|
@@ -791,7 +748,6 @@
|
|
|
791
748
|
}
|
|
792
749
|
},
|
|
793
750
|
{
|
|
794
|
-
"name": "YAML aliases",
|
|
795
751
|
"scope": [
|
|
796
752
|
"variable.other.alias.yaml"
|
|
797
753
|
],
|
|
@@ -801,7 +757,6 @@
|
|
|
801
757
|
}
|
|
802
758
|
},
|
|
803
759
|
{
|
|
804
|
-
"name": "Storage",
|
|
805
760
|
"scope": [
|
|
806
761
|
"storage",
|
|
807
762
|
"meta.implementation storage.type.objc",
|
|
@@ -814,7 +769,6 @@
|
|
|
814
769
|
}
|
|
815
770
|
},
|
|
816
771
|
{
|
|
817
|
-
"name": "Types",
|
|
818
772
|
"scope": [
|
|
819
773
|
"entity.name.type",
|
|
820
774
|
"keyword.primitive-datatypes.swift",
|
|
@@ -842,7 +796,6 @@
|
|
|
842
796
|
}
|
|
843
797
|
},
|
|
844
798
|
{
|
|
845
|
-
"name": "Generics, templates, and mapped type declarations",
|
|
846
799
|
"scope": [
|
|
847
800
|
"entity.name.type.type-parameter",
|
|
848
801
|
"meta.indexer.mappedtype.declaration entity.name.type",
|
|
@@ -853,7 +806,6 @@
|
|
|
853
806
|
}
|
|
854
807
|
},
|
|
855
808
|
{
|
|
856
|
-
"name": "Modifiers",
|
|
857
809
|
"scope": [
|
|
858
810
|
"storage.modifier"
|
|
859
811
|
],
|
|
@@ -862,7 +814,6 @@
|
|
|
862
814
|
}
|
|
863
815
|
},
|
|
864
816
|
{
|
|
865
|
-
"name": "RegExp string",
|
|
866
817
|
"scope": [
|
|
867
818
|
"string.regexp",
|
|
868
819
|
"constant.other.character-class.set.regexp",
|
|
@@ -873,7 +824,6 @@
|
|
|
873
824
|
}
|
|
874
825
|
},
|
|
875
826
|
{
|
|
876
|
-
"name": "Non-capture operators",
|
|
877
827
|
"scope": [
|
|
878
828
|
"punctuation.definition.group.capture.regexp"
|
|
879
829
|
],
|
|
@@ -882,7 +832,6 @@
|
|
|
882
832
|
}
|
|
883
833
|
},
|
|
884
834
|
{
|
|
885
|
-
"name": "RegExp start and end characters",
|
|
886
835
|
"scope": [
|
|
887
836
|
"string.regexp punctuation.definition.string.begin",
|
|
888
837
|
"string.regexp punctuation.definition.string.end"
|
|
@@ -892,7 +841,6 @@
|
|
|
892
841
|
}
|
|
893
842
|
},
|
|
894
843
|
{
|
|
895
|
-
"name": "Character group",
|
|
896
844
|
"scope": [
|
|
897
845
|
"punctuation.definition.character-class.regexp"
|
|
898
846
|
],
|
|
@@ -901,7 +849,6 @@
|
|
|
901
849
|
}
|
|
902
850
|
},
|
|
903
851
|
{
|
|
904
|
-
"name": "Capture groups",
|
|
905
852
|
"scope": [
|
|
906
853
|
"punctuation.definition.group.regexp"
|
|
907
854
|
],
|
|
@@ -910,7 +857,6 @@
|
|
|
910
857
|
}
|
|
911
858
|
},
|
|
912
859
|
{
|
|
913
|
-
"name": "Assertion operators",
|
|
914
860
|
"scope": [
|
|
915
861
|
"punctuation.definition.group.assertion.regexp",
|
|
916
862
|
"keyword.operator.negation.regexp"
|
|
@@ -920,7 +866,6 @@
|
|
|
920
866
|
}
|
|
921
867
|
},
|
|
922
868
|
{
|
|
923
|
-
"name": "Positive lookaheads",
|
|
924
869
|
"scope": [
|
|
925
870
|
"meta.assertion.look-ahead.regexp"
|
|
926
871
|
],
|
|
@@ -929,7 +874,6 @@
|
|
|
929
874
|
}
|
|
930
875
|
},
|
|
931
876
|
{
|
|
932
|
-
"name": "Strings",
|
|
933
877
|
"scope": [
|
|
934
878
|
"string"
|
|
935
879
|
],
|
|
@@ -938,7 +882,6 @@
|
|
|
938
882
|
}
|
|
939
883
|
},
|
|
940
884
|
{
|
|
941
|
-
"name": "String quotes (temporary vscode fix)",
|
|
942
885
|
"scope": [
|
|
943
886
|
"punctuation.definition.string.begin",
|
|
944
887
|
"punctuation.definition.string.end"
|
|
@@ -948,7 +891,6 @@
|
|
|
948
891
|
}
|
|
949
892
|
},
|
|
950
893
|
{
|
|
951
|
-
"name": "Property quotes (temporary vscode fix)",
|
|
952
894
|
"scope": [
|
|
953
895
|
"punctuation.support.type.property-name.begin",
|
|
954
896
|
"punctuation.support.type.property-name.end"
|
|
@@ -958,7 +900,6 @@
|
|
|
958
900
|
}
|
|
959
901
|
},
|
|
960
902
|
{
|
|
961
|
-
"name": "Docstrings",
|
|
962
903
|
"scope": [
|
|
963
904
|
"string.quoted.docstring.multi",
|
|
964
905
|
"string.quoted.docstring.multi.python punctuation.definition.string.begin",
|
|
@@ -970,7 +911,6 @@
|
|
|
970
911
|
}
|
|
971
912
|
},
|
|
972
913
|
{
|
|
973
|
-
"name": "Variables and object properties",
|
|
974
914
|
"scope": [
|
|
975
915
|
"variable",
|
|
976
916
|
"constant.other.key.perl",
|
|
@@ -984,7 +924,6 @@
|
|
|
984
924
|
}
|
|
985
925
|
},
|
|
986
926
|
{
|
|
987
|
-
"name": "Destructuring / aliasing reference name (LHS)",
|
|
988
927
|
"scope": [
|
|
989
928
|
"meta.import variable.other.readwrite",
|
|
990
929
|
"meta.variable.assignment.destructured.object.coffee variable"
|
|
@@ -995,7 +934,6 @@
|
|
|
995
934
|
}
|
|
996
935
|
},
|
|
997
936
|
{
|
|
998
|
-
"name": "Destructuring / aliasing variable name (RHS)",
|
|
999
937
|
"scope": [
|
|
1000
938
|
"meta.import variable.other.readwrite.alias",
|
|
1001
939
|
"meta.export variable.other.readwrite.alias",
|
|
@@ -1007,7 +945,6 @@
|
|
|
1007
945
|
}
|
|
1008
946
|
},
|
|
1009
947
|
{
|
|
1010
|
-
"name": "GraphQL keys",
|
|
1011
948
|
"scope": [
|
|
1012
949
|
"meta.selectionset.graphql variable"
|
|
1013
950
|
],
|
|
@@ -1016,7 +953,6 @@
|
|
|
1016
953
|
}
|
|
1017
954
|
},
|
|
1018
955
|
{
|
|
1019
|
-
"name": "GraphQL function arguments",
|
|
1020
956
|
"scope": [
|
|
1021
957
|
"meta.selectionset.graphql meta.arguments variable"
|
|
1022
958
|
],
|
|
@@ -1025,7 +961,6 @@
|
|
|
1025
961
|
}
|
|
1026
962
|
},
|
|
1027
963
|
{
|
|
1028
|
-
"name": "GraphQL fragment name (definition)",
|
|
1029
964
|
"scope": [
|
|
1030
965
|
"entity.name.fragment.graphql",
|
|
1031
966
|
"variable.fragment.graphql"
|
|
@@ -1035,7 +970,6 @@
|
|
|
1035
970
|
}
|
|
1036
971
|
},
|
|
1037
972
|
{
|
|
1038
|
-
"name": "Edge cases (foreground color resets)",
|
|
1039
973
|
"scope": [
|
|
1040
974
|
"constant.other.symbol.hashkey.ruby",
|
|
1041
975
|
"keyword.operator.dereference.java",
|
|
@@ -1056,7 +990,6 @@
|
|
|
1056
990
|
}
|
|
1057
991
|
},
|
|
1058
992
|
{
|
|
1059
|
-
"name": "Shell variables prefixed with \"$\" (edge case)",
|
|
1060
993
|
"scope": [
|
|
1061
994
|
"source.shell variable.other"
|
|
1062
995
|
],
|
|
@@ -1065,7 +998,6 @@
|
|
|
1065
998
|
}
|
|
1066
999
|
},
|
|
1067
1000
|
{
|
|
1068
|
-
"name": "Powershell constants mistakenly scoped to `support`, rather than `constant` (edge)",
|
|
1069
1001
|
"scope": [
|
|
1070
1002
|
"support.constant"
|
|
1071
1003
|
],
|
|
@@ -1075,7 +1007,6 @@
|
|
|
1075
1007
|
}
|
|
1076
1008
|
},
|
|
1077
1009
|
{
|
|
1078
|
-
"name": "Makefile prerequisite names",
|
|
1079
1010
|
"scope": [
|
|
1080
1011
|
"meta.scope.prerequisites.makefile"
|
|
1081
1012
|
],
|
|
@@ -1084,7 +1015,6 @@
|
|
|
1084
1015
|
}
|
|
1085
1016
|
},
|
|
1086
1017
|
{
|
|
1087
|
-
"name": "SCSS attibute selector strings",
|
|
1088
1018
|
"scope": [
|
|
1089
1019
|
"meta.attribute-selector.scss"
|
|
1090
1020
|
],
|
|
@@ -1093,7 +1023,6 @@
|
|
|
1093
1023
|
}
|
|
1094
1024
|
},
|
|
1095
1025
|
{
|
|
1096
|
-
"name": "SCSS attribute selector brackets",
|
|
1097
1026
|
"scope": [
|
|
1098
1027
|
"punctuation.definition.attribute-selector.end.bracket.square.scss",
|
|
1099
1028
|
"punctuation.definition.attribute-selector.begin.bracket.square.scss"
|
|
@@ -1103,7 +1032,6 @@
|
|
|
1103
1032
|
}
|
|
1104
1033
|
},
|
|
1105
1034
|
{
|
|
1106
|
-
"name": "Haskell Pragmas",
|
|
1107
1035
|
"scope": [
|
|
1108
1036
|
"meta.preprocessor.haskell"
|
|
1109
1037
|
],
|
|
@@ -1112,7 +1040,6 @@
|
|
|
1112
1040
|
}
|
|
1113
1041
|
},
|
|
1114
1042
|
{
|
|
1115
|
-
"name": "Log file error",
|
|
1116
1043
|
"scope": [
|
|
1117
1044
|
"log.error"
|
|
1118
1045
|
],
|
|
@@ -1122,7 +1049,6 @@
|
|
|
1122
1049
|
}
|
|
1123
1050
|
},
|
|
1124
1051
|
{
|
|
1125
|
-
"name": "Log file warning",
|
|
1126
1052
|
"scope": [
|
|
1127
1053
|
"log.warning"
|
|
1128
1054
|
],
|