tm-grammars 1.13.8 → 1.13.9
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/README.md +2 -2
- package/grammars/angular-inline-template.json +1 -4
- package/grammars/mdx.json +850 -238
- package/index.js +8 -8
- package/package.json +1 -1
package/grammars/mdx.json
CHANGED
|
@@ -307,7 +307,6 @@
|
|
|
307
307
|
]
|
|
308
308
|
}
|
|
309
309
|
},
|
|
310
|
-
"contentName": "meta.embedded.apib",
|
|
311
310
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
312
311
|
"endCaptures": {
|
|
313
312
|
"1": {
|
|
@@ -317,7 +316,14 @@
|
|
|
317
316
|
"name": "markup.code.apib.mdx",
|
|
318
317
|
"patterns": [
|
|
319
318
|
{
|
|
320
|
-
"
|
|
319
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
320
|
+
"contentName": "meta.embedded.apib",
|
|
321
|
+
"patterns": [
|
|
322
|
+
{
|
|
323
|
+
"include": "text.html.markdown.source.gfm.apib"
|
|
324
|
+
}
|
|
325
|
+
],
|
|
326
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
321
327
|
}
|
|
322
328
|
]
|
|
323
329
|
},
|
|
@@ -343,7 +349,6 @@
|
|
|
343
349
|
]
|
|
344
350
|
}
|
|
345
351
|
},
|
|
346
|
-
"contentName": "meta.embedded.apib",
|
|
347
352
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
348
353
|
"endCaptures": {
|
|
349
354
|
"1": {
|
|
@@ -353,7 +358,14 @@
|
|
|
353
358
|
"name": "markup.code.apib.mdx",
|
|
354
359
|
"patterns": [
|
|
355
360
|
{
|
|
356
|
-
"
|
|
361
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
362
|
+
"contentName": "meta.embedded.apib",
|
|
363
|
+
"patterns": [
|
|
364
|
+
{
|
|
365
|
+
"include": "text.html.markdown.source.gfm.apib"
|
|
366
|
+
}
|
|
367
|
+
],
|
|
368
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
357
369
|
}
|
|
358
370
|
]
|
|
359
371
|
}
|
|
@@ -383,7 +395,6 @@
|
|
|
383
395
|
]
|
|
384
396
|
}
|
|
385
397
|
},
|
|
386
|
-
"contentName": "meta.embedded.asciidoc",
|
|
387
398
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
388
399
|
"endCaptures": {
|
|
389
400
|
"1": {
|
|
@@ -393,7 +404,14 @@
|
|
|
393
404
|
"name": "markup.code.asciidoc.mdx",
|
|
394
405
|
"patterns": [
|
|
395
406
|
{
|
|
396
|
-
"
|
|
407
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
408
|
+
"contentName": "meta.embedded.asciidoc",
|
|
409
|
+
"patterns": [
|
|
410
|
+
{
|
|
411
|
+
"include": "text.html.asciidoc"
|
|
412
|
+
}
|
|
413
|
+
],
|
|
414
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
397
415
|
}
|
|
398
416
|
]
|
|
399
417
|
},
|
|
@@ -419,7 +437,6 @@
|
|
|
419
437
|
]
|
|
420
438
|
}
|
|
421
439
|
},
|
|
422
|
-
"contentName": "meta.embedded.asciidoc",
|
|
423
440
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
424
441
|
"endCaptures": {
|
|
425
442
|
"1": {
|
|
@@ -429,7 +446,14 @@
|
|
|
429
446
|
"name": "markup.code.asciidoc.mdx",
|
|
430
447
|
"patterns": [
|
|
431
448
|
{
|
|
432
|
-
"
|
|
449
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
450
|
+
"contentName": "meta.embedded.asciidoc",
|
|
451
|
+
"patterns": [
|
|
452
|
+
{
|
|
453
|
+
"include": "text.html.asciidoc"
|
|
454
|
+
}
|
|
455
|
+
],
|
|
456
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
433
457
|
}
|
|
434
458
|
]
|
|
435
459
|
}
|
|
@@ -459,7 +483,6 @@
|
|
|
459
483
|
]
|
|
460
484
|
}
|
|
461
485
|
},
|
|
462
|
-
"contentName": "meta.embedded.c",
|
|
463
486
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
464
487
|
"endCaptures": {
|
|
465
488
|
"1": {
|
|
@@ -469,7 +492,14 @@
|
|
|
469
492
|
"name": "markup.code.c.mdx",
|
|
470
493
|
"patterns": [
|
|
471
494
|
{
|
|
472
|
-
"
|
|
495
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
496
|
+
"contentName": "meta.embedded.c",
|
|
497
|
+
"patterns": [
|
|
498
|
+
{
|
|
499
|
+
"include": "source.c"
|
|
500
|
+
}
|
|
501
|
+
],
|
|
502
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
473
503
|
}
|
|
474
504
|
]
|
|
475
505
|
},
|
|
@@ -495,7 +525,6 @@
|
|
|
495
525
|
]
|
|
496
526
|
}
|
|
497
527
|
},
|
|
498
|
-
"contentName": "meta.embedded.c",
|
|
499
528
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
500
529
|
"endCaptures": {
|
|
501
530
|
"1": {
|
|
@@ -505,7 +534,14 @@
|
|
|
505
534
|
"name": "markup.code.c.mdx",
|
|
506
535
|
"patterns": [
|
|
507
536
|
{
|
|
508
|
-
"
|
|
537
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
538
|
+
"contentName": "meta.embedded.c",
|
|
539
|
+
"patterns": [
|
|
540
|
+
{
|
|
541
|
+
"include": "source.c"
|
|
542
|
+
}
|
|
543
|
+
],
|
|
544
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
509
545
|
}
|
|
510
546
|
]
|
|
511
547
|
}
|
|
@@ -535,7 +571,6 @@
|
|
|
535
571
|
]
|
|
536
572
|
}
|
|
537
573
|
},
|
|
538
|
-
"contentName": "meta.embedded.clojure",
|
|
539
574
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
540
575
|
"endCaptures": {
|
|
541
576
|
"1": {
|
|
@@ -545,7 +580,14 @@
|
|
|
545
580
|
"name": "markup.code.clojure.mdx",
|
|
546
581
|
"patterns": [
|
|
547
582
|
{
|
|
548
|
-
"
|
|
583
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
584
|
+
"contentName": "meta.embedded.clojure",
|
|
585
|
+
"patterns": [
|
|
586
|
+
{
|
|
587
|
+
"include": "source.clojure"
|
|
588
|
+
}
|
|
589
|
+
],
|
|
590
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
549
591
|
}
|
|
550
592
|
]
|
|
551
593
|
},
|
|
@@ -571,7 +613,6 @@
|
|
|
571
613
|
]
|
|
572
614
|
}
|
|
573
615
|
},
|
|
574
|
-
"contentName": "meta.embedded.clojure",
|
|
575
616
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
576
617
|
"endCaptures": {
|
|
577
618
|
"1": {
|
|
@@ -581,7 +622,14 @@
|
|
|
581
622
|
"name": "markup.code.clojure.mdx",
|
|
582
623
|
"patterns": [
|
|
583
624
|
{
|
|
584
|
-
"
|
|
625
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
626
|
+
"contentName": "meta.embedded.clojure",
|
|
627
|
+
"patterns": [
|
|
628
|
+
{
|
|
629
|
+
"include": "source.clojure"
|
|
630
|
+
}
|
|
631
|
+
],
|
|
632
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
585
633
|
}
|
|
586
634
|
]
|
|
587
635
|
}
|
|
@@ -611,7 +659,6 @@
|
|
|
611
659
|
]
|
|
612
660
|
}
|
|
613
661
|
},
|
|
614
|
-
"contentName": "meta.embedded.coffee",
|
|
615
662
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
616
663
|
"endCaptures": {
|
|
617
664
|
"1": {
|
|
@@ -621,7 +668,14 @@
|
|
|
621
668
|
"name": "markup.code.coffee.mdx",
|
|
622
669
|
"patterns": [
|
|
623
670
|
{
|
|
624
|
-
"
|
|
671
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
672
|
+
"contentName": "meta.embedded.coffee",
|
|
673
|
+
"patterns": [
|
|
674
|
+
{
|
|
675
|
+
"include": "source.coffee"
|
|
676
|
+
}
|
|
677
|
+
],
|
|
678
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
625
679
|
}
|
|
626
680
|
]
|
|
627
681
|
},
|
|
@@ -647,7 +701,6 @@
|
|
|
647
701
|
]
|
|
648
702
|
}
|
|
649
703
|
},
|
|
650
|
-
"contentName": "meta.embedded.coffee",
|
|
651
704
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
652
705
|
"endCaptures": {
|
|
653
706
|
"1": {
|
|
@@ -657,7 +710,14 @@
|
|
|
657
710
|
"name": "markup.code.coffee.mdx",
|
|
658
711
|
"patterns": [
|
|
659
712
|
{
|
|
660
|
-
"
|
|
713
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
714
|
+
"contentName": "meta.embedded.coffee",
|
|
715
|
+
"patterns": [
|
|
716
|
+
{
|
|
717
|
+
"include": "source.coffee"
|
|
718
|
+
}
|
|
719
|
+
],
|
|
720
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
661
721
|
}
|
|
662
722
|
]
|
|
663
723
|
}
|
|
@@ -687,7 +747,6 @@
|
|
|
687
747
|
]
|
|
688
748
|
}
|
|
689
749
|
},
|
|
690
|
-
"contentName": "meta.embedded.console",
|
|
691
750
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
692
751
|
"endCaptures": {
|
|
693
752
|
"1": {
|
|
@@ -697,7 +756,14 @@
|
|
|
697
756
|
"name": "markup.code.console.mdx",
|
|
698
757
|
"patterns": [
|
|
699
758
|
{
|
|
700
|
-
"
|
|
759
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
760
|
+
"contentName": "meta.embedded.console",
|
|
761
|
+
"patterns": [
|
|
762
|
+
{
|
|
763
|
+
"include": "text.python.console"
|
|
764
|
+
}
|
|
765
|
+
],
|
|
766
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
701
767
|
}
|
|
702
768
|
]
|
|
703
769
|
},
|
|
@@ -723,7 +789,6 @@
|
|
|
723
789
|
]
|
|
724
790
|
}
|
|
725
791
|
},
|
|
726
|
-
"contentName": "meta.embedded.console",
|
|
727
792
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
728
793
|
"endCaptures": {
|
|
729
794
|
"1": {
|
|
@@ -733,7 +798,14 @@
|
|
|
733
798
|
"name": "markup.code.console.mdx",
|
|
734
799
|
"patterns": [
|
|
735
800
|
{
|
|
736
|
-
"
|
|
801
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
802
|
+
"contentName": "meta.embedded.console",
|
|
803
|
+
"patterns": [
|
|
804
|
+
{
|
|
805
|
+
"include": "text.python.console"
|
|
806
|
+
}
|
|
807
|
+
],
|
|
808
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
737
809
|
}
|
|
738
810
|
]
|
|
739
811
|
}
|
|
@@ -763,7 +835,6 @@
|
|
|
763
835
|
]
|
|
764
836
|
}
|
|
765
837
|
},
|
|
766
|
-
"contentName": "meta.embedded.cpp",
|
|
767
838
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
768
839
|
"endCaptures": {
|
|
769
840
|
"1": {
|
|
@@ -773,10 +844,17 @@
|
|
|
773
844
|
"name": "markup.code.cpp.mdx",
|
|
774
845
|
"patterns": [
|
|
775
846
|
{
|
|
776
|
-
"
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
847
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
848
|
+
"contentName": "meta.embedded.cpp",
|
|
849
|
+
"patterns": [
|
|
850
|
+
{
|
|
851
|
+
"include": "source.c++"
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"include": "source.cpp"
|
|
855
|
+
}
|
|
856
|
+
],
|
|
857
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
780
858
|
}
|
|
781
859
|
]
|
|
782
860
|
},
|
|
@@ -802,7 +880,6 @@
|
|
|
802
880
|
]
|
|
803
881
|
}
|
|
804
882
|
},
|
|
805
|
-
"contentName": "meta.embedded.cpp",
|
|
806
883
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
807
884
|
"endCaptures": {
|
|
808
885
|
"1": {
|
|
@@ -812,10 +889,17 @@
|
|
|
812
889
|
"name": "markup.code.cpp.mdx",
|
|
813
890
|
"patterns": [
|
|
814
891
|
{
|
|
815
|
-
"
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
892
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
893
|
+
"contentName": "meta.embedded.cpp",
|
|
894
|
+
"patterns": [
|
|
895
|
+
{
|
|
896
|
+
"include": "source.c++"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"include": "source.cpp"
|
|
900
|
+
}
|
|
901
|
+
],
|
|
902
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
819
903
|
}
|
|
820
904
|
]
|
|
821
905
|
}
|
|
@@ -824,7 +908,7 @@
|
|
|
824
908
|
"commonmark-code-fenced-cs": {
|
|
825
909
|
"patterns": [
|
|
826
910
|
{
|
|
827
|
-
"begin": "(?:^|\\G)[\\t ]*(`{3,})(?:[\\t ]*((?i:beef|c#|cakescript|csharp|(?:.*\\.)?(?:bf|cake|cs|csx|eq|linq|uno)))(?:[\\t ]+((?:[^\\n\\r`])+))?)(?:[\\t ]*$)",
|
|
911
|
+
"begin": "(?:^|\\G)[\\t ]*(`{3,})(?:[\\t ]*((?i:beef|c#|cakescript|csharp|(?:.*\\.)?(?:bf|cake|cs|cs\\.pp|csx|eq|linq|uno)))(?:[\\t ]+((?:[^\\n\\r`])+))?)(?:[\\t ]*$)",
|
|
828
912
|
"beginCaptures": {
|
|
829
913
|
"1": {
|
|
830
914
|
"name": "string.other.begin.code.fenced.mdx"
|
|
@@ -845,7 +929,6 @@
|
|
|
845
929
|
]
|
|
846
930
|
}
|
|
847
931
|
},
|
|
848
|
-
"contentName": "meta.embedded.cs",
|
|
849
932
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
850
933
|
"endCaptures": {
|
|
851
934
|
"1": {
|
|
@@ -855,12 +938,19 @@
|
|
|
855
938
|
"name": "markup.code.cs.mdx",
|
|
856
939
|
"patterns": [
|
|
857
940
|
{
|
|
858
|
-
"
|
|
941
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
942
|
+
"contentName": "meta.embedded.cs",
|
|
943
|
+
"patterns": [
|
|
944
|
+
{
|
|
945
|
+
"include": "source.cs"
|
|
946
|
+
}
|
|
947
|
+
],
|
|
948
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
859
949
|
}
|
|
860
950
|
]
|
|
861
951
|
},
|
|
862
952
|
{
|
|
863
|
-
"begin": "(?:^|\\G)[\\t ]*(~{3,})(?:[\\t ]*((?i:beef|c#|cakescript|csharp|(?:.*\\.)?(?:bf|cake|cs|csx|eq|linq|uno)))(?:[\\t ]+((?:[^\\n\\r])+))?)(?:[\\t ]*$)",
|
|
953
|
+
"begin": "(?:^|\\G)[\\t ]*(~{3,})(?:[\\t ]*((?i:beef|c#|cakescript|csharp|(?:.*\\.)?(?:bf|cake|cs|cs\\.pp|csx|eq|linq|uno)))(?:[\\t ]+((?:[^\\n\\r])+))?)(?:[\\t ]*$)",
|
|
864
954
|
"beginCaptures": {
|
|
865
955
|
"1": {
|
|
866
956
|
"name": "string.other.begin.code.fenced.mdx"
|
|
@@ -881,7 +971,6 @@
|
|
|
881
971
|
]
|
|
882
972
|
}
|
|
883
973
|
},
|
|
884
|
-
"contentName": "meta.embedded.cs",
|
|
885
974
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
886
975
|
"endCaptures": {
|
|
887
976
|
"1": {
|
|
@@ -891,7 +980,14 @@
|
|
|
891
980
|
"name": "markup.code.cs.mdx",
|
|
892
981
|
"patterns": [
|
|
893
982
|
{
|
|
894
|
-
"
|
|
983
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
984
|
+
"contentName": "meta.embedded.cs",
|
|
985
|
+
"patterns": [
|
|
986
|
+
{
|
|
987
|
+
"include": "source.cs"
|
|
988
|
+
}
|
|
989
|
+
],
|
|
990
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
895
991
|
}
|
|
896
992
|
]
|
|
897
993
|
}
|
|
@@ -921,7 +1017,6 @@
|
|
|
921
1017
|
]
|
|
922
1018
|
}
|
|
923
1019
|
},
|
|
924
|
-
"contentName": "meta.embedded.css",
|
|
925
1020
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
926
1021
|
"endCaptures": {
|
|
927
1022
|
"1": {
|
|
@@ -931,7 +1026,14 @@
|
|
|
931
1026
|
"name": "markup.code.css.mdx",
|
|
932
1027
|
"patterns": [
|
|
933
1028
|
{
|
|
934
|
-
"
|
|
1029
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
1030
|
+
"contentName": "meta.embedded.css",
|
|
1031
|
+
"patterns": [
|
|
1032
|
+
{
|
|
1033
|
+
"include": "source.css"
|
|
1034
|
+
}
|
|
1035
|
+
],
|
|
1036
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
935
1037
|
}
|
|
936
1038
|
]
|
|
937
1039
|
},
|
|
@@ -957,7 +1059,6 @@
|
|
|
957
1059
|
]
|
|
958
1060
|
}
|
|
959
1061
|
},
|
|
960
|
-
"contentName": "meta.embedded.css",
|
|
961
1062
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
962
1063
|
"endCaptures": {
|
|
963
1064
|
"1": {
|
|
@@ -967,7 +1068,14 @@
|
|
|
967
1068
|
"name": "markup.code.css.mdx",
|
|
968
1069
|
"patterns": [
|
|
969
1070
|
{
|
|
970
|
-
"
|
|
1071
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
1072
|
+
"contentName": "meta.embedded.css",
|
|
1073
|
+
"patterns": [
|
|
1074
|
+
{
|
|
1075
|
+
"include": "source.css"
|
|
1076
|
+
}
|
|
1077
|
+
],
|
|
1078
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
971
1079
|
}
|
|
972
1080
|
]
|
|
973
1081
|
}
|
|
@@ -997,7 +1105,6 @@
|
|
|
997
1105
|
]
|
|
998
1106
|
}
|
|
999
1107
|
},
|
|
1000
|
-
"contentName": "meta.embedded.diff",
|
|
1001
1108
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
1002
1109
|
"endCaptures": {
|
|
1003
1110
|
"1": {
|
|
@@ -1007,7 +1114,14 @@
|
|
|
1007
1114
|
"name": "markup.code.diff.mdx",
|
|
1008
1115
|
"patterns": [
|
|
1009
1116
|
{
|
|
1010
|
-
"
|
|
1117
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
1118
|
+
"contentName": "meta.embedded.diff",
|
|
1119
|
+
"patterns": [
|
|
1120
|
+
{
|
|
1121
|
+
"include": "source.diff"
|
|
1122
|
+
}
|
|
1123
|
+
],
|
|
1124
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
1011
1125
|
}
|
|
1012
1126
|
]
|
|
1013
1127
|
},
|
|
@@ -1033,7 +1147,6 @@
|
|
|
1033
1147
|
]
|
|
1034
1148
|
}
|
|
1035
1149
|
},
|
|
1036
|
-
"contentName": "meta.embedded.diff",
|
|
1037
1150
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
1038
1151
|
"endCaptures": {
|
|
1039
1152
|
"1": {
|
|
@@ -1043,7 +1156,14 @@
|
|
|
1043
1156
|
"name": "markup.code.diff.mdx",
|
|
1044
1157
|
"patterns": [
|
|
1045
1158
|
{
|
|
1046
|
-
"
|
|
1159
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
1160
|
+
"contentName": "meta.embedded.diff",
|
|
1161
|
+
"patterns": [
|
|
1162
|
+
{
|
|
1163
|
+
"include": "source.diff"
|
|
1164
|
+
}
|
|
1165
|
+
],
|
|
1166
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
1047
1167
|
}
|
|
1048
1168
|
]
|
|
1049
1169
|
}
|
|
@@ -1073,7 +1193,6 @@
|
|
|
1073
1193
|
]
|
|
1074
1194
|
}
|
|
1075
1195
|
},
|
|
1076
|
-
"contentName": "meta.embedded.dockerfile",
|
|
1077
1196
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
1078
1197
|
"endCaptures": {
|
|
1079
1198
|
"1": {
|
|
@@ -1083,7 +1202,14 @@
|
|
|
1083
1202
|
"name": "markup.code.dockerfile.mdx",
|
|
1084
1203
|
"patterns": [
|
|
1085
1204
|
{
|
|
1086
|
-
"
|
|
1205
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
1206
|
+
"contentName": "meta.embedded.dockerfile",
|
|
1207
|
+
"patterns": [
|
|
1208
|
+
{
|
|
1209
|
+
"include": "source.dockerfile"
|
|
1210
|
+
}
|
|
1211
|
+
],
|
|
1212
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
1087
1213
|
}
|
|
1088
1214
|
]
|
|
1089
1215
|
},
|
|
@@ -1109,7 +1235,6 @@
|
|
|
1109
1235
|
]
|
|
1110
1236
|
}
|
|
1111
1237
|
},
|
|
1112
|
-
"contentName": "meta.embedded.dockerfile",
|
|
1113
1238
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
1114
1239
|
"endCaptures": {
|
|
1115
1240
|
"1": {
|
|
@@ -1119,7 +1244,14 @@
|
|
|
1119
1244
|
"name": "markup.code.dockerfile.mdx",
|
|
1120
1245
|
"patterns": [
|
|
1121
1246
|
{
|
|
1122
|
-
"
|
|
1247
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
1248
|
+
"contentName": "meta.embedded.dockerfile",
|
|
1249
|
+
"patterns": [
|
|
1250
|
+
{
|
|
1251
|
+
"include": "source.dockerfile"
|
|
1252
|
+
}
|
|
1253
|
+
],
|
|
1254
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
1123
1255
|
}
|
|
1124
1256
|
]
|
|
1125
1257
|
}
|
|
@@ -1149,7 +1281,6 @@
|
|
|
1149
1281
|
]
|
|
1150
1282
|
}
|
|
1151
1283
|
},
|
|
1152
|
-
"contentName": "meta.embedded.elixir",
|
|
1153
1284
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
1154
1285
|
"endCaptures": {
|
|
1155
1286
|
"1": {
|
|
@@ -1159,7 +1290,14 @@
|
|
|
1159
1290
|
"name": "markup.code.elixir.mdx",
|
|
1160
1291
|
"patterns": [
|
|
1161
1292
|
{
|
|
1162
|
-
"
|
|
1293
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
1294
|
+
"contentName": "meta.embedded.elixir",
|
|
1295
|
+
"patterns": [
|
|
1296
|
+
{
|
|
1297
|
+
"include": "source.elixir"
|
|
1298
|
+
}
|
|
1299
|
+
],
|
|
1300
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
1163
1301
|
}
|
|
1164
1302
|
]
|
|
1165
1303
|
},
|
|
@@ -1185,7 +1323,6 @@
|
|
|
1185
1323
|
]
|
|
1186
1324
|
}
|
|
1187
1325
|
},
|
|
1188
|
-
"contentName": "meta.embedded.elixir",
|
|
1189
1326
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
1190
1327
|
"endCaptures": {
|
|
1191
1328
|
"1": {
|
|
@@ -1195,7 +1332,14 @@
|
|
|
1195
1332
|
"name": "markup.code.elixir.mdx",
|
|
1196
1333
|
"patterns": [
|
|
1197
1334
|
{
|
|
1198
|
-
"
|
|
1335
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
1336
|
+
"contentName": "meta.embedded.elixir",
|
|
1337
|
+
"patterns": [
|
|
1338
|
+
{
|
|
1339
|
+
"include": "source.elixir"
|
|
1340
|
+
}
|
|
1341
|
+
],
|
|
1342
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
1199
1343
|
}
|
|
1200
1344
|
]
|
|
1201
1345
|
}
|
|
@@ -1225,7 +1369,6 @@
|
|
|
1225
1369
|
]
|
|
1226
1370
|
}
|
|
1227
1371
|
},
|
|
1228
|
-
"contentName": "meta.embedded.elm",
|
|
1229
1372
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
1230
1373
|
"endCaptures": {
|
|
1231
1374
|
"1": {
|
|
@@ -1235,7 +1378,14 @@
|
|
|
1235
1378
|
"name": "markup.code.elm.mdx",
|
|
1236
1379
|
"patterns": [
|
|
1237
1380
|
{
|
|
1238
|
-
"
|
|
1381
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
1382
|
+
"contentName": "meta.embedded.elm",
|
|
1383
|
+
"patterns": [
|
|
1384
|
+
{
|
|
1385
|
+
"include": "source.elm"
|
|
1386
|
+
}
|
|
1387
|
+
],
|
|
1388
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
1239
1389
|
}
|
|
1240
1390
|
]
|
|
1241
1391
|
},
|
|
@@ -1261,7 +1411,6 @@
|
|
|
1261
1411
|
]
|
|
1262
1412
|
}
|
|
1263
1413
|
},
|
|
1264
|
-
"contentName": "meta.embedded.elm",
|
|
1265
1414
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
1266
1415
|
"endCaptures": {
|
|
1267
1416
|
"1": {
|
|
@@ -1271,7 +1420,14 @@
|
|
|
1271
1420
|
"name": "markup.code.elm.mdx",
|
|
1272
1421
|
"patterns": [
|
|
1273
1422
|
{
|
|
1274
|
-
"
|
|
1423
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
1424
|
+
"contentName": "meta.embedded.elm",
|
|
1425
|
+
"patterns": [
|
|
1426
|
+
{
|
|
1427
|
+
"include": "source.elm"
|
|
1428
|
+
}
|
|
1429
|
+
],
|
|
1430
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
1275
1431
|
}
|
|
1276
1432
|
]
|
|
1277
1433
|
}
|
|
@@ -1301,7 +1457,6 @@
|
|
|
1301
1457
|
]
|
|
1302
1458
|
}
|
|
1303
1459
|
},
|
|
1304
|
-
"contentName": "meta.embedded.erlang",
|
|
1305
1460
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
1306
1461
|
"endCaptures": {
|
|
1307
1462
|
"1": {
|
|
@@ -1311,7 +1466,14 @@
|
|
|
1311
1466
|
"name": "markup.code.erlang.mdx",
|
|
1312
1467
|
"patterns": [
|
|
1313
1468
|
{
|
|
1314
|
-
"
|
|
1469
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
1470
|
+
"contentName": "meta.embedded.erlang",
|
|
1471
|
+
"patterns": [
|
|
1472
|
+
{
|
|
1473
|
+
"include": "source.erlang"
|
|
1474
|
+
}
|
|
1475
|
+
],
|
|
1476
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
1315
1477
|
}
|
|
1316
1478
|
]
|
|
1317
1479
|
},
|
|
@@ -1337,7 +1499,6 @@
|
|
|
1337
1499
|
]
|
|
1338
1500
|
}
|
|
1339
1501
|
},
|
|
1340
|
-
"contentName": "meta.embedded.erlang",
|
|
1341
1502
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
1342
1503
|
"endCaptures": {
|
|
1343
1504
|
"1": {
|
|
@@ -1347,7 +1508,14 @@
|
|
|
1347
1508
|
"name": "markup.code.erlang.mdx",
|
|
1348
1509
|
"patterns": [
|
|
1349
1510
|
{
|
|
1350
|
-
"
|
|
1511
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
1512
|
+
"contentName": "meta.embedded.erlang",
|
|
1513
|
+
"patterns": [
|
|
1514
|
+
{
|
|
1515
|
+
"include": "source.erlang"
|
|
1516
|
+
}
|
|
1517
|
+
],
|
|
1518
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
1351
1519
|
}
|
|
1352
1520
|
]
|
|
1353
1521
|
}
|
|
@@ -1377,7 +1545,6 @@
|
|
|
1377
1545
|
]
|
|
1378
1546
|
}
|
|
1379
1547
|
},
|
|
1380
|
-
"contentName": "meta.embedded.gitconfig",
|
|
1381
1548
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
1382
1549
|
"endCaptures": {
|
|
1383
1550
|
"1": {
|
|
@@ -1387,7 +1554,14 @@
|
|
|
1387
1554
|
"name": "markup.code.gitconfig.mdx",
|
|
1388
1555
|
"patterns": [
|
|
1389
1556
|
{
|
|
1390
|
-
"
|
|
1557
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
1558
|
+
"contentName": "meta.embedded.gitconfig",
|
|
1559
|
+
"patterns": [
|
|
1560
|
+
{
|
|
1561
|
+
"include": "source.gitconfig"
|
|
1562
|
+
}
|
|
1563
|
+
],
|
|
1564
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
1391
1565
|
}
|
|
1392
1566
|
]
|
|
1393
1567
|
},
|
|
@@ -1413,7 +1587,6 @@
|
|
|
1413
1587
|
]
|
|
1414
1588
|
}
|
|
1415
1589
|
},
|
|
1416
|
-
"contentName": "meta.embedded.gitconfig",
|
|
1417
1590
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
1418
1591
|
"endCaptures": {
|
|
1419
1592
|
"1": {
|
|
@@ -1423,7 +1596,14 @@
|
|
|
1423
1596
|
"name": "markup.code.gitconfig.mdx",
|
|
1424
1597
|
"patterns": [
|
|
1425
1598
|
{
|
|
1426
|
-
"
|
|
1599
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
1600
|
+
"contentName": "meta.embedded.gitconfig",
|
|
1601
|
+
"patterns": [
|
|
1602
|
+
{
|
|
1603
|
+
"include": "source.gitconfig"
|
|
1604
|
+
}
|
|
1605
|
+
],
|
|
1606
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
1427
1607
|
}
|
|
1428
1608
|
]
|
|
1429
1609
|
}
|
|
@@ -1453,7 +1633,6 @@
|
|
|
1453
1633
|
]
|
|
1454
1634
|
}
|
|
1455
1635
|
},
|
|
1456
|
-
"contentName": "meta.embedded.go",
|
|
1457
1636
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
1458
1637
|
"endCaptures": {
|
|
1459
1638
|
"1": {
|
|
@@ -1463,7 +1642,14 @@
|
|
|
1463
1642
|
"name": "markup.code.go.mdx",
|
|
1464
1643
|
"patterns": [
|
|
1465
1644
|
{
|
|
1466
|
-
"
|
|
1645
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
1646
|
+
"contentName": "meta.embedded.go",
|
|
1647
|
+
"patterns": [
|
|
1648
|
+
{
|
|
1649
|
+
"include": "source.go"
|
|
1650
|
+
}
|
|
1651
|
+
],
|
|
1652
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
1467
1653
|
}
|
|
1468
1654
|
]
|
|
1469
1655
|
},
|
|
@@ -1489,7 +1675,6 @@
|
|
|
1489
1675
|
]
|
|
1490
1676
|
}
|
|
1491
1677
|
},
|
|
1492
|
-
"contentName": "meta.embedded.go",
|
|
1493
1678
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
1494
1679
|
"endCaptures": {
|
|
1495
1680
|
"1": {
|
|
@@ -1499,7 +1684,14 @@
|
|
|
1499
1684
|
"name": "markup.code.go.mdx",
|
|
1500
1685
|
"patterns": [
|
|
1501
1686
|
{
|
|
1502
|
-
"
|
|
1687
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
1688
|
+
"contentName": "meta.embedded.go",
|
|
1689
|
+
"patterns": [
|
|
1690
|
+
{
|
|
1691
|
+
"include": "source.go"
|
|
1692
|
+
}
|
|
1693
|
+
],
|
|
1694
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
1503
1695
|
}
|
|
1504
1696
|
]
|
|
1505
1697
|
}
|
|
@@ -1529,7 +1721,6 @@
|
|
|
1529
1721
|
]
|
|
1530
1722
|
}
|
|
1531
1723
|
},
|
|
1532
|
-
"contentName": "meta.embedded.graphql",
|
|
1533
1724
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
1534
1725
|
"endCaptures": {
|
|
1535
1726
|
"1": {
|
|
@@ -1539,7 +1730,14 @@
|
|
|
1539
1730
|
"name": "markup.code.graphql.mdx",
|
|
1540
1731
|
"patterns": [
|
|
1541
1732
|
{
|
|
1542
|
-
"
|
|
1733
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
1734
|
+
"contentName": "meta.embedded.graphql",
|
|
1735
|
+
"patterns": [
|
|
1736
|
+
{
|
|
1737
|
+
"include": "source.graphql"
|
|
1738
|
+
}
|
|
1739
|
+
],
|
|
1740
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
1543
1741
|
}
|
|
1544
1742
|
]
|
|
1545
1743
|
},
|
|
@@ -1565,7 +1763,6 @@
|
|
|
1565
1763
|
]
|
|
1566
1764
|
}
|
|
1567
1765
|
},
|
|
1568
|
-
"contentName": "meta.embedded.graphql",
|
|
1569
1766
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
1570
1767
|
"endCaptures": {
|
|
1571
1768
|
"1": {
|
|
@@ -1575,7 +1772,14 @@
|
|
|
1575
1772
|
"name": "markup.code.graphql.mdx",
|
|
1576
1773
|
"patterns": [
|
|
1577
1774
|
{
|
|
1578
|
-
"
|
|
1775
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
1776
|
+
"contentName": "meta.embedded.graphql",
|
|
1777
|
+
"patterns": [
|
|
1778
|
+
{
|
|
1779
|
+
"include": "source.graphql"
|
|
1780
|
+
}
|
|
1781
|
+
],
|
|
1782
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
1579
1783
|
}
|
|
1580
1784
|
]
|
|
1581
1785
|
}
|
|
@@ -1584,7 +1788,7 @@
|
|
|
1584
1788
|
"commonmark-code-fenced-haskell": {
|
|
1585
1789
|
"patterns": [
|
|
1586
1790
|
{
|
|
1587
|
-
"begin": "(?:^|\\G)[\\t ]*(`{3,})(?:[\\t ]*((?i:
|
|
1791
|
+
"begin": "(?:^|\\G)[\\t ]*(`{3,})(?:[\\t ]*((?i:c2hs|c2hs\\x2dhaskell|frege|haskell|(?:.*\\.)?(?:chs|dhall|hs|hs\\x2dboot|hsc)))(?:[\\t ]+((?:[^\\n\\r`])+))?)(?:[\\t ]*$)",
|
|
1588
1792
|
"beginCaptures": {
|
|
1589
1793
|
"1": {
|
|
1590
1794
|
"name": "string.other.begin.code.fenced.mdx"
|
|
@@ -1605,7 +1809,6 @@
|
|
|
1605
1809
|
]
|
|
1606
1810
|
}
|
|
1607
1811
|
},
|
|
1608
|
-
"contentName": "meta.embedded.haskell",
|
|
1609
1812
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
1610
1813
|
"endCaptures": {
|
|
1611
1814
|
"1": {
|
|
@@ -1615,12 +1818,19 @@
|
|
|
1615
1818
|
"name": "markup.code.haskell.mdx",
|
|
1616
1819
|
"patterns": [
|
|
1617
1820
|
{
|
|
1618
|
-
"
|
|
1821
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
1822
|
+
"contentName": "meta.embedded.haskell",
|
|
1823
|
+
"patterns": [
|
|
1824
|
+
{
|
|
1825
|
+
"include": "source.haskell"
|
|
1826
|
+
}
|
|
1827
|
+
],
|
|
1828
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
1619
1829
|
}
|
|
1620
1830
|
]
|
|
1621
1831
|
},
|
|
1622
1832
|
{
|
|
1623
|
-
"begin": "(?:^|\\G)[\\t ]*(~{3,})(?:[\\t ]*((?i:
|
|
1833
|
+
"begin": "(?:^|\\G)[\\t ]*(~{3,})(?:[\\t ]*((?i:c2hs|c2hs\\x2dhaskell|frege|haskell|(?:.*\\.)?(?:chs|dhall|hs|hs\\x2dboot|hsc)))(?:[\\t ]+((?:[^\\n\\r])+))?)(?:[\\t ]*$)",
|
|
1624
1834
|
"beginCaptures": {
|
|
1625
1835
|
"1": {
|
|
1626
1836
|
"name": "string.other.begin.code.fenced.mdx"
|
|
@@ -1641,7 +1851,6 @@
|
|
|
1641
1851
|
]
|
|
1642
1852
|
}
|
|
1643
1853
|
},
|
|
1644
|
-
"contentName": "meta.embedded.haskell",
|
|
1645
1854
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
1646
1855
|
"endCaptures": {
|
|
1647
1856
|
"1": {
|
|
@@ -1651,7 +1860,14 @@
|
|
|
1651
1860
|
"name": "markup.code.haskell.mdx",
|
|
1652
1861
|
"patterns": [
|
|
1653
1862
|
{
|
|
1654
|
-
"
|
|
1863
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
1864
|
+
"contentName": "meta.embedded.haskell",
|
|
1865
|
+
"patterns": [
|
|
1866
|
+
{
|
|
1867
|
+
"include": "source.haskell"
|
|
1868
|
+
}
|
|
1869
|
+
],
|
|
1870
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
1655
1871
|
}
|
|
1656
1872
|
]
|
|
1657
1873
|
}
|
|
@@ -1681,7 +1897,6 @@
|
|
|
1681
1897
|
]
|
|
1682
1898
|
}
|
|
1683
1899
|
},
|
|
1684
|
-
"contentName": "meta.embedded.html",
|
|
1685
1900
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
1686
1901
|
"endCaptures": {
|
|
1687
1902
|
"1": {
|
|
@@ -1691,7 +1906,14 @@
|
|
|
1691
1906
|
"name": "markup.code.html.mdx",
|
|
1692
1907
|
"patterns": [
|
|
1693
1908
|
{
|
|
1694
|
-
"
|
|
1909
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
1910
|
+
"contentName": "meta.embedded.html",
|
|
1911
|
+
"patterns": [
|
|
1912
|
+
{
|
|
1913
|
+
"include": "text.html.basic"
|
|
1914
|
+
}
|
|
1915
|
+
],
|
|
1916
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
1695
1917
|
}
|
|
1696
1918
|
]
|
|
1697
1919
|
},
|
|
@@ -1717,7 +1939,6 @@
|
|
|
1717
1939
|
]
|
|
1718
1940
|
}
|
|
1719
1941
|
},
|
|
1720
|
-
"contentName": "meta.embedded.html",
|
|
1721
1942
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
1722
1943
|
"endCaptures": {
|
|
1723
1944
|
"1": {
|
|
@@ -1727,7 +1948,14 @@
|
|
|
1727
1948
|
"name": "markup.code.html.mdx",
|
|
1728
1949
|
"patterns": [
|
|
1729
1950
|
{
|
|
1730
|
-
"
|
|
1951
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
1952
|
+
"contentName": "meta.embedded.html",
|
|
1953
|
+
"patterns": [
|
|
1954
|
+
{
|
|
1955
|
+
"include": "text.html.basic"
|
|
1956
|
+
}
|
|
1957
|
+
],
|
|
1958
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
1731
1959
|
}
|
|
1732
1960
|
]
|
|
1733
1961
|
}
|
|
@@ -1757,7 +1985,6 @@
|
|
|
1757
1985
|
]
|
|
1758
1986
|
}
|
|
1759
1987
|
},
|
|
1760
|
-
"contentName": "meta.embedded.ini",
|
|
1761
1988
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
1762
1989
|
"endCaptures": {
|
|
1763
1990
|
"1": {
|
|
@@ -1767,7 +1994,14 @@
|
|
|
1767
1994
|
"name": "markup.code.ini.mdx",
|
|
1768
1995
|
"patterns": [
|
|
1769
1996
|
{
|
|
1770
|
-
"
|
|
1997
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
1998
|
+
"contentName": "meta.embedded.ini",
|
|
1999
|
+
"patterns": [
|
|
2000
|
+
{
|
|
2001
|
+
"include": "source.ini"
|
|
2002
|
+
}
|
|
2003
|
+
],
|
|
2004
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
1771
2005
|
}
|
|
1772
2006
|
]
|
|
1773
2007
|
},
|
|
@@ -1793,7 +2027,6 @@
|
|
|
1793
2027
|
]
|
|
1794
2028
|
}
|
|
1795
2029
|
},
|
|
1796
|
-
"contentName": "meta.embedded.ini",
|
|
1797
2030
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
1798
2031
|
"endCaptures": {
|
|
1799
2032
|
"1": {
|
|
@@ -1803,7 +2036,14 @@
|
|
|
1803
2036
|
"name": "markup.code.ini.mdx",
|
|
1804
2037
|
"patterns": [
|
|
1805
2038
|
{
|
|
1806
|
-
"
|
|
2039
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
2040
|
+
"contentName": "meta.embedded.ini",
|
|
2041
|
+
"patterns": [
|
|
2042
|
+
{
|
|
2043
|
+
"include": "source.ini"
|
|
2044
|
+
}
|
|
2045
|
+
],
|
|
2046
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
1807
2047
|
}
|
|
1808
2048
|
]
|
|
1809
2049
|
}
|
|
@@ -1833,7 +2073,6 @@
|
|
|
1833
2073
|
]
|
|
1834
2074
|
}
|
|
1835
2075
|
},
|
|
1836
|
-
"contentName": "meta.embedded.java",
|
|
1837
2076
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
1838
2077
|
"endCaptures": {
|
|
1839
2078
|
"1": {
|
|
@@ -1843,7 +2082,14 @@
|
|
|
1843
2082
|
"name": "markup.code.java.mdx",
|
|
1844
2083
|
"patterns": [
|
|
1845
2084
|
{
|
|
1846
|
-
"
|
|
2085
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
2086
|
+
"contentName": "meta.embedded.java",
|
|
2087
|
+
"patterns": [
|
|
2088
|
+
{
|
|
2089
|
+
"include": "source.java"
|
|
2090
|
+
}
|
|
2091
|
+
],
|
|
2092
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
1847
2093
|
}
|
|
1848
2094
|
]
|
|
1849
2095
|
},
|
|
@@ -1869,7 +2115,6 @@
|
|
|
1869
2115
|
]
|
|
1870
2116
|
}
|
|
1871
2117
|
},
|
|
1872
|
-
"contentName": "meta.embedded.java",
|
|
1873
2118
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
1874
2119
|
"endCaptures": {
|
|
1875
2120
|
"1": {
|
|
@@ -1879,7 +2124,14 @@
|
|
|
1879
2124
|
"name": "markup.code.java.mdx",
|
|
1880
2125
|
"patterns": [
|
|
1881
2126
|
{
|
|
1882
|
-
"
|
|
2127
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
2128
|
+
"contentName": "meta.embedded.java",
|
|
2129
|
+
"patterns": [
|
|
2130
|
+
{
|
|
2131
|
+
"include": "source.java"
|
|
2132
|
+
}
|
|
2133
|
+
],
|
|
2134
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
1883
2135
|
}
|
|
1884
2136
|
]
|
|
1885
2137
|
}
|
|
@@ -1888,7 +2140,7 @@
|
|
|
1888
2140
|
"commonmark-code-fenced-js": {
|
|
1889
2141
|
"patterns": [
|
|
1890
2142
|
{
|
|
1891
|
-
"begin": "(?:^|\\G)[\\t ]*(`{3,})(?:[\\t ]*((?i:cycript|javascript\\+erb|json\\x2dwith\\x2dcomments|node|qt\\x2dscript|(?:.*\\.)?(?:_js|bones|cjs|code\\x2dsnippets|code\\x2dworkspace|cy|es6|jake|javascript|js|js\\.erb|jsb|jscad|jsfl|jslib|jsm|json5|jsonc|jsonld|jspre|jss|jsx|mjs|njs|pac|sjs|ssjs|sublime\\x2dbuild|sublime\\x2dcommands|sublime\\x2dcompletions|sublime\\x2dkeymap|sublime\\x2dmacro|sublime\\x2dmenu|sublime\\x2dmousemap|sublime\\x2dproject|sublime\\x2dsettings|sublime\\x2dtheme|sublime\\x2dworkspace|sublime_metrics|sublime_session|xsjs|xsjslib)))(?:[\\t ]+((?:[^\\n\\r`])+))?)(?:[\\t ]*$)",
|
|
2143
|
+
"begin": "(?:^|\\G)[\\t ]*(`{3,})(?:[\\t ]*((?i:cycript|javascript\\+erb|json\\x2dwith\\x2dcomments|node|qt\\x2dscript|(?:.*\\.)?(?:_js|bones|cjs|code\\x2dsnippets|code\\x2dworkspace|cy|es6|jake|javascript|js|js\\.erb|jsb|jscad|jsfl|jslib|jsm|json5|jsonc|jsonld|jspre|jss|jsx|mjs|njs|pac|sjs|ssjs|sublime\\x2dbuild|sublime\\x2dcolor\\x2dscheme|sublime\\x2dcommands|sublime\\x2dcompletions|sublime\\x2dkeymap|sublime\\x2dmacro|sublime\\x2dmenu|sublime\\x2dmousemap|sublime\\x2dproject|sublime\\x2dsettings|sublime\\x2dtheme|sublime\\x2dworkspace|sublime_metrics|sublime_session|xsjs|xsjslib)))(?:[\\t ]+((?:[^\\n\\r`])+))?)(?:[\\t ]*$)",
|
|
1892
2144
|
"beginCaptures": {
|
|
1893
2145
|
"1": {
|
|
1894
2146
|
"name": "string.other.begin.code.fenced.mdx"
|
|
@@ -1909,7 +2161,6 @@
|
|
|
1909
2161
|
]
|
|
1910
2162
|
}
|
|
1911
2163
|
},
|
|
1912
|
-
"contentName": "meta.embedded.js",
|
|
1913
2164
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
1914
2165
|
"endCaptures": {
|
|
1915
2166
|
"1": {
|
|
@@ -1919,12 +2170,19 @@
|
|
|
1919
2170
|
"name": "markup.code.js.mdx",
|
|
1920
2171
|
"patterns": [
|
|
1921
2172
|
{
|
|
1922
|
-
"
|
|
2173
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
2174
|
+
"contentName": "meta.embedded.js",
|
|
2175
|
+
"patterns": [
|
|
2176
|
+
{
|
|
2177
|
+
"include": "source.js"
|
|
2178
|
+
}
|
|
2179
|
+
],
|
|
2180
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
1923
2181
|
}
|
|
1924
2182
|
]
|
|
1925
2183
|
},
|
|
1926
2184
|
{
|
|
1927
|
-
"begin": "(?:^|\\G)[\\t ]*(~{3,})(?:[\\t ]*((?i:cycript|javascript\\+erb|json\\x2dwith\\x2dcomments|node|qt\\x2dscript|(?:.*\\.)?(?:_js|bones|cjs|code\\x2dsnippets|code\\x2dworkspace|cy|es6|jake|javascript|js|js\\.erb|jsb|jscad|jsfl|jslib|jsm|json5|jsonc|jsonld|jspre|jss|jsx|mjs|njs|pac|sjs|ssjs|sublime\\x2dbuild|sublime\\x2dcommands|sublime\\x2dcompletions|sublime\\x2dkeymap|sublime\\x2dmacro|sublime\\x2dmenu|sublime\\x2dmousemap|sublime\\x2dproject|sublime\\x2dsettings|sublime\\x2dtheme|sublime\\x2dworkspace|sublime_metrics|sublime_session|xsjs|xsjslib)))(?:[\\t ]+((?:[^\\n\\r])+))?)(?:[\\t ]*$)",
|
|
2185
|
+
"begin": "(?:^|\\G)[\\t ]*(~{3,})(?:[\\t ]*((?i:cycript|javascript\\+erb|json\\x2dwith\\x2dcomments|node|qt\\x2dscript|(?:.*\\.)?(?:_js|bones|cjs|code\\x2dsnippets|code\\x2dworkspace|cy|es6|jake|javascript|js|js\\.erb|jsb|jscad|jsfl|jslib|jsm|json5|jsonc|jsonld|jspre|jss|jsx|mjs|njs|pac|sjs|ssjs|sublime\\x2dbuild|sublime\\x2dcolor\\x2dscheme|sublime\\x2dcommands|sublime\\x2dcompletions|sublime\\x2dkeymap|sublime\\x2dmacro|sublime\\x2dmenu|sublime\\x2dmousemap|sublime\\x2dproject|sublime\\x2dsettings|sublime\\x2dtheme|sublime\\x2dworkspace|sublime_metrics|sublime_session|xsjs|xsjslib)))(?:[\\t ]+((?:[^\\n\\r])+))?)(?:[\\t ]*$)",
|
|
1928
2186
|
"beginCaptures": {
|
|
1929
2187
|
"1": {
|
|
1930
2188
|
"name": "string.other.begin.code.fenced.mdx"
|
|
@@ -1945,7 +2203,6 @@
|
|
|
1945
2203
|
]
|
|
1946
2204
|
}
|
|
1947
2205
|
},
|
|
1948
|
-
"contentName": "meta.embedded.js",
|
|
1949
2206
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
1950
2207
|
"endCaptures": {
|
|
1951
2208
|
"1": {
|
|
@@ -1955,7 +2212,14 @@
|
|
|
1955
2212
|
"name": "markup.code.js.mdx",
|
|
1956
2213
|
"patterns": [
|
|
1957
2214
|
{
|
|
1958
|
-
"
|
|
2215
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
2216
|
+
"contentName": "meta.embedded.js",
|
|
2217
|
+
"patterns": [
|
|
2218
|
+
{
|
|
2219
|
+
"include": "source.js"
|
|
2220
|
+
}
|
|
2221
|
+
],
|
|
2222
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
1959
2223
|
}
|
|
1960
2224
|
]
|
|
1961
2225
|
}
|
|
@@ -1964,7 +2228,7 @@
|
|
|
1964
2228
|
"commonmark-code-fenced-json": {
|
|
1965
2229
|
"patterns": [
|
|
1966
2230
|
{
|
|
1967
|
-
"begin": "(?:^|\\G)[\\t ]*(`{3,})(?:[\\t ]*((?i:ecere\\x2dprojects|ipython\\x2dnotebook|jupyter\\x2dnotebook|max|max/msp|maxmsp|oasv2\\x2djson|oasv3\\x2djson|(?:.*\\.)?(?:4dform|4dproject|avsc|epj|geojson|gltf|har|ice|ipynb|json|json|json|json\\x2dtmlanguage|jsonl|maxhelp|maxpat|maxproj|mcmeta|mxt|pat|tfstate|tfstate\\.backup|topojson|webapp|webmanifest|yy|yyp)))(?:[\\t ]+((?:[^\\n\\r`])+))?)(?:[\\t ]*$)",
|
|
2231
|
+
"begin": "(?:^|\\G)[\\t ]*(`{3,})(?:[\\t ]*((?i:ecere\\x2dprojects|ipython\\x2dnotebook|jupyter\\x2dnotebook|max|max/msp|maxmsp|oasv2\\x2djson|oasv3\\x2djson|(?:.*\\.)?(?:4dform|4dproject|avsc|epj|geojson|gltf|har|ice|ipynb|json|json|json|json\\x2dtmlanguage|jsonl|maxhelp|maxpat|maxproj|mcmeta|mxt|pat|sarif|tfstate|tfstate\\.backup|topojson|webapp|webmanifest|yy|yyp)))(?:[\\t ]+((?:[^\\n\\r`])+))?)(?:[\\t ]*$)",
|
|
1968
2232
|
"beginCaptures": {
|
|
1969
2233
|
"1": {
|
|
1970
2234
|
"name": "string.other.begin.code.fenced.mdx"
|
|
@@ -1985,7 +2249,6 @@
|
|
|
1985
2249
|
]
|
|
1986
2250
|
}
|
|
1987
2251
|
},
|
|
1988
|
-
"contentName": "meta.embedded.json",
|
|
1989
2252
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
1990
2253
|
"endCaptures": {
|
|
1991
2254
|
"1": {
|
|
@@ -1995,12 +2258,19 @@
|
|
|
1995
2258
|
"name": "markup.code.json.mdx",
|
|
1996
2259
|
"patterns": [
|
|
1997
2260
|
{
|
|
1998
|
-
"
|
|
2261
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
2262
|
+
"contentName": "meta.embedded.json",
|
|
2263
|
+
"patterns": [
|
|
2264
|
+
{
|
|
2265
|
+
"include": "source.json"
|
|
2266
|
+
}
|
|
2267
|
+
],
|
|
2268
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
1999
2269
|
}
|
|
2000
2270
|
]
|
|
2001
2271
|
},
|
|
2002
2272
|
{
|
|
2003
|
-
"begin": "(?:^|\\G)[\\t ]*(~{3,})(?:[\\t ]*((?i:ecere\\x2dprojects|ipython\\x2dnotebook|jupyter\\x2dnotebook|max|max/msp|maxmsp|oasv2\\x2djson|oasv3\\x2djson|(?:.*\\.)?(?:4dform|4dproject|avsc|epj|geojson|gltf|har|ice|ipynb|json|json|json|json\\x2dtmlanguage|jsonl|maxhelp|maxpat|maxproj|mcmeta|mxt|pat|tfstate|tfstate\\.backup|topojson|webapp|webmanifest|yy|yyp)))(?:[\\t ]+((?:[^\\n\\r])+))?)(?:[\\t ]*$)",
|
|
2273
|
+
"begin": "(?:^|\\G)[\\t ]*(~{3,})(?:[\\t ]*((?i:ecere\\x2dprojects|ipython\\x2dnotebook|jupyter\\x2dnotebook|max|max/msp|maxmsp|oasv2\\x2djson|oasv3\\x2djson|(?:.*\\.)?(?:4dform|4dproject|avsc|epj|geojson|gltf|har|ice|ipynb|json|json|json|json\\x2dtmlanguage|jsonl|maxhelp|maxpat|maxproj|mcmeta|mxt|pat|sarif|tfstate|tfstate\\.backup|topojson|webapp|webmanifest|yy|yyp)))(?:[\\t ]+((?:[^\\n\\r])+))?)(?:[\\t ]*$)",
|
|
2004
2274
|
"beginCaptures": {
|
|
2005
2275
|
"1": {
|
|
2006
2276
|
"name": "string.other.begin.code.fenced.mdx"
|
|
@@ -2021,7 +2291,6 @@
|
|
|
2021
2291
|
]
|
|
2022
2292
|
}
|
|
2023
2293
|
},
|
|
2024
|
-
"contentName": "meta.embedded.json",
|
|
2025
2294
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
2026
2295
|
"endCaptures": {
|
|
2027
2296
|
"1": {
|
|
@@ -2031,7 +2300,14 @@
|
|
|
2031
2300
|
"name": "markup.code.json.mdx",
|
|
2032
2301
|
"patterns": [
|
|
2033
2302
|
{
|
|
2034
|
-
"
|
|
2303
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
2304
|
+
"contentName": "meta.embedded.json",
|
|
2305
|
+
"patterns": [
|
|
2306
|
+
{
|
|
2307
|
+
"include": "source.json"
|
|
2308
|
+
}
|
|
2309
|
+
],
|
|
2310
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
2035
2311
|
}
|
|
2036
2312
|
]
|
|
2037
2313
|
}
|
|
@@ -2061,7 +2337,6 @@
|
|
|
2061
2337
|
]
|
|
2062
2338
|
}
|
|
2063
2339
|
},
|
|
2064
|
-
"contentName": "meta.embedded.julia",
|
|
2065
2340
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
2066
2341
|
"endCaptures": {
|
|
2067
2342
|
"1": {
|
|
@@ -2071,7 +2346,14 @@
|
|
|
2071
2346
|
"name": "markup.code.julia.mdx",
|
|
2072
2347
|
"patterns": [
|
|
2073
2348
|
{
|
|
2074
|
-
"
|
|
2349
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
2350
|
+
"contentName": "meta.embedded.julia",
|
|
2351
|
+
"patterns": [
|
|
2352
|
+
{
|
|
2353
|
+
"include": "source.julia"
|
|
2354
|
+
}
|
|
2355
|
+
],
|
|
2356
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
2075
2357
|
}
|
|
2076
2358
|
]
|
|
2077
2359
|
},
|
|
@@ -2097,7 +2379,6 @@
|
|
|
2097
2379
|
]
|
|
2098
2380
|
}
|
|
2099
2381
|
},
|
|
2100
|
-
"contentName": "meta.embedded.julia",
|
|
2101
2382
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
2102
2383
|
"endCaptures": {
|
|
2103
2384
|
"1": {
|
|
@@ -2107,7 +2388,14 @@
|
|
|
2107
2388
|
"name": "markup.code.julia.mdx",
|
|
2108
2389
|
"patterns": [
|
|
2109
2390
|
{
|
|
2110
|
-
"
|
|
2391
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
2392
|
+
"contentName": "meta.embedded.julia",
|
|
2393
|
+
"patterns": [
|
|
2394
|
+
{
|
|
2395
|
+
"include": "source.julia"
|
|
2396
|
+
}
|
|
2397
|
+
],
|
|
2398
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
2111
2399
|
}
|
|
2112
2400
|
]
|
|
2113
2401
|
}
|
|
@@ -2137,7 +2425,6 @@
|
|
|
2137
2425
|
]
|
|
2138
2426
|
}
|
|
2139
2427
|
},
|
|
2140
|
-
"contentName": "meta.embedded.kotlin",
|
|
2141
2428
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
2142
2429
|
"endCaptures": {
|
|
2143
2430
|
"1": {
|
|
@@ -2147,7 +2434,14 @@
|
|
|
2147
2434
|
"name": "markup.code.kotlin.mdx",
|
|
2148
2435
|
"patterns": [
|
|
2149
2436
|
{
|
|
2150
|
-
"
|
|
2437
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
2438
|
+
"contentName": "meta.embedded.kotlin",
|
|
2439
|
+
"patterns": [
|
|
2440
|
+
{
|
|
2441
|
+
"include": "source.kotlin"
|
|
2442
|
+
}
|
|
2443
|
+
],
|
|
2444
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
2151
2445
|
}
|
|
2152
2446
|
]
|
|
2153
2447
|
},
|
|
@@ -2173,7 +2467,6 @@
|
|
|
2173
2467
|
]
|
|
2174
2468
|
}
|
|
2175
2469
|
},
|
|
2176
|
-
"contentName": "meta.embedded.kotlin",
|
|
2177
2470
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
2178
2471
|
"endCaptures": {
|
|
2179
2472
|
"1": {
|
|
@@ -2183,7 +2476,14 @@
|
|
|
2183
2476
|
"name": "markup.code.kotlin.mdx",
|
|
2184
2477
|
"patterns": [
|
|
2185
2478
|
{
|
|
2186
|
-
"
|
|
2479
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
2480
|
+
"contentName": "meta.embedded.kotlin",
|
|
2481
|
+
"patterns": [
|
|
2482
|
+
{
|
|
2483
|
+
"include": "source.kotlin"
|
|
2484
|
+
}
|
|
2485
|
+
],
|
|
2486
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
2187
2487
|
}
|
|
2188
2488
|
]
|
|
2189
2489
|
}
|
|
@@ -2213,7 +2513,6 @@
|
|
|
2213
2513
|
]
|
|
2214
2514
|
}
|
|
2215
2515
|
},
|
|
2216
|
-
"contentName": "meta.embedded.less",
|
|
2217
2516
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
2218
2517
|
"endCaptures": {
|
|
2219
2518
|
"1": {
|
|
@@ -2223,7 +2522,14 @@
|
|
|
2223
2522
|
"name": "markup.code.less.mdx",
|
|
2224
2523
|
"patterns": [
|
|
2225
2524
|
{
|
|
2226
|
-
"
|
|
2525
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
2526
|
+
"contentName": "meta.embedded.less",
|
|
2527
|
+
"patterns": [
|
|
2528
|
+
{
|
|
2529
|
+
"include": "source.css.less"
|
|
2530
|
+
}
|
|
2531
|
+
],
|
|
2532
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
2227
2533
|
}
|
|
2228
2534
|
]
|
|
2229
2535
|
},
|
|
@@ -2249,7 +2555,6 @@
|
|
|
2249
2555
|
]
|
|
2250
2556
|
}
|
|
2251
2557
|
},
|
|
2252
|
-
"contentName": "meta.embedded.less",
|
|
2253
2558
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
2254
2559
|
"endCaptures": {
|
|
2255
2560
|
"1": {
|
|
@@ -2259,7 +2564,14 @@
|
|
|
2259
2564
|
"name": "markup.code.less.mdx",
|
|
2260
2565
|
"patterns": [
|
|
2261
2566
|
{
|
|
2262
|
-
"
|
|
2567
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
2568
|
+
"contentName": "meta.embedded.less",
|
|
2569
|
+
"patterns": [
|
|
2570
|
+
{
|
|
2571
|
+
"include": "source.css.less"
|
|
2572
|
+
}
|
|
2573
|
+
],
|
|
2574
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
2263
2575
|
}
|
|
2264
2576
|
]
|
|
2265
2577
|
}
|
|
@@ -2289,7 +2601,6 @@
|
|
|
2289
2601
|
]
|
|
2290
2602
|
}
|
|
2291
2603
|
},
|
|
2292
|
-
"contentName": "meta.embedded.lua",
|
|
2293
2604
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
2294
2605
|
"endCaptures": {
|
|
2295
2606
|
"1": {
|
|
@@ -2299,7 +2610,14 @@
|
|
|
2299
2610
|
"name": "markup.code.lua.mdx",
|
|
2300
2611
|
"patterns": [
|
|
2301
2612
|
{
|
|
2302
|
-
"
|
|
2613
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
2614
|
+
"contentName": "meta.embedded.lua",
|
|
2615
|
+
"patterns": [
|
|
2616
|
+
{
|
|
2617
|
+
"include": "source.lua"
|
|
2618
|
+
}
|
|
2619
|
+
],
|
|
2620
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
2303
2621
|
}
|
|
2304
2622
|
]
|
|
2305
2623
|
},
|
|
@@ -2325,7 +2643,6 @@
|
|
|
2325
2643
|
]
|
|
2326
2644
|
}
|
|
2327
2645
|
},
|
|
2328
|
-
"contentName": "meta.embedded.lua",
|
|
2329
2646
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
2330
2647
|
"endCaptures": {
|
|
2331
2648
|
"1": {
|
|
@@ -2335,7 +2652,14 @@
|
|
|
2335
2652
|
"name": "markup.code.lua.mdx",
|
|
2336
2653
|
"patterns": [
|
|
2337
2654
|
{
|
|
2338
|
-
"
|
|
2655
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
2656
|
+
"contentName": "meta.embedded.lua",
|
|
2657
|
+
"patterns": [
|
|
2658
|
+
{
|
|
2659
|
+
"include": "source.lua"
|
|
2660
|
+
}
|
|
2661
|
+
],
|
|
2662
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
2339
2663
|
}
|
|
2340
2664
|
]
|
|
2341
2665
|
}
|
|
@@ -2365,7 +2689,6 @@
|
|
|
2365
2689
|
]
|
|
2366
2690
|
}
|
|
2367
2691
|
},
|
|
2368
|
-
"contentName": "meta.embedded.makefile",
|
|
2369
2692
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
2370
2693
|
"endCaptures": {
|
|
2371
2694
|
"1": {
|
|
@@ -2375,7 +2698,14 @@
|
|
|
2375
2698
|
"name": "markup.code.makefile.mdx",
|
|
2376
2699
|
"patterns": [
|
|
2377
2700
|
{
|
|
2378
|
-
"
|
|
2701
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
2702
|
+
"contentName": "meta.embedded.makefile",
|
|
2703
|
+
"patterns": [
|
|
2704
|
+
{
|
|
2705
|
+
"include": "source.makefile"
|
|
2706
|
+
}
|
|
2707
|
+
],
|
|
2708
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
2379
2709
|
}
|
|
2380
2710
|
]
|
|
2381
2711
|
},
|
|
@@ -2401,7 +2731,6 @@
|
|
|
2401
2731
|
]
|
|
2402
2732
|
}
|
|
2403
2733
|
},
|
|
2404
|
-
"contentName": "meta.embedded.makefile",
|
|
2405
2734
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
2406
2735
|
"endCaptures": {
|
|
2407
2736
|
"1": {
|
|
@@ -2411,7 +2740,14 @@
|
|
|
2411
2740
|
"name": "markup.code.makefile.mdx",
|
|
2412
2741
|
"patterns": [
|
|
2413
2742
|
{
|
|
2414
|
-
"
|
|
2743
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
2744
|
+
"contentName": "meta.embedded.makefile",
|
|
2745
|
+
"patterns": [
|
|
2746
|
+
{
|
|
2747
|
+
"include": "source.makefile"
|
|
2748
|
+
}
|
|
2749
|
+
],
|
|
2750
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
2415
2751
|
}
|
|
2416
2752
|
]
|
|
2417
2753
|
}
|
|
@@ -2441,7 +2777,6 @@
|
|
|
2441
2777
|
]
|
|
2442
2778
|
}
|
|
2443
2779
|
},
|
|
2444
|
-
"contentName": "meta.embedded.md",
|
|
2445
2780
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
2446
2781
|
"endCaptures": {
|
|
2447
2782
|
"1": {
|
|
@@ -2451,13 +2786,20 @@
|
|
|
2451
2786
|
"name": "markup.code.md.mdx",
|
|
2452
2787
|
"patterns": [
|
|
2453
2788
|
{
|
|
2454
|
-
"
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2789
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
2790
|
+
"contentName": "meta.embedded.md",
|
|
2791
|
+
"patterns": [
|
|
2792
|
+
{
|
|
2793
|
+
"include": "text.md"
|
|
2794
|
+
},
|
|
2795
|
+
{
|
|
2796
|
+
"include": "source.gfm"
|
|
2797
|
+
},
|
|
2798
|
+
{
|
|
2799
|
+
"include": "text.html.markdown"
|
|
2800
|
+
}
|
|
2801
|
+
],
|
|
2802
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
2461
2803
|
}
|
|
2462
2804
|
]
|
|
2463
2805
|
},
|
|
@@ -2483,7 +2825,6 @@
|
|
|
2483
2825
|
]
|
|
2484
2826
|
}
|
|
2485
2827
|
},
|
|
2486
|
-
"contentName": "meta.embedded.md",
|
|
2487
2828
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
2488
2829
|
"endCaptures": {
|
|
2489
2830
|
"1": {
|
|
@@ -2493,13 +2834,20 @@
|
|
|
2493
2834
|
"name": "markup.code.md.mdx",
|
|
2494
2835
|
"patterns": [
|
|
2495
2836
|
{
|
|
2496
|
-
"
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2837
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
2838
|
+
"contentName": "meta.embedded.md",
|
|
2839
|
+
"patterns": [
|
|
2840
|
+
{
|
|
2841
|
+
"include": "text.md"
|
|
2842
|
+
},
|
|
2843
|
+
{
|
|
2844
|
+
"include": "source.gfm"
|
|
2845
|
+
},
|
|
2846
|
+
{
|
|
2847
|
+
"include": "text.html.markdown"
|
|
2848
|
+
}
|
|
2849
|
+
],
|
|
2850
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
2503
2851
|
}
|
|
2504
2852
|
]
|
|
2505
2853
|
}
|
|
@@ -2529,7 +2877,6 @@
|
|
|
2529
2877
|
]
|
|
2530
2878
|
}
|
|
2531
2879
|
},
|
|
2532
|
-
"contentName": "meta.embedded.mdx",
|
|
2533
2880
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
2534
2881
|
"endCaptures": {
|
|
2535
2882
|
"1": {
|
|
@@ -2539,7 +2886,14 @@
|
|
|
2539
2886
|
"name": "markup.code.mdx.mdx",
|
|
2540
2887
|
"patterns": [
|
|
2541
2888
|
{
|
|
2542
|
-
"
|
|
2889
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
2890
|
+
"contentName": "meta.embedded.mdx",
|
|
2891
|
+
"patterns": [
|
|
2892
|
+
{
|
|
2893
|
+
"include": "source.mdx"
|
|
2894
|
+
}
|
|
2895
|
+
],
|
|
2896
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
2543
2897
|
}
|
|
2544
2898
|
]
|
|
2545
2899
|
},
|
|
@@ -2565,7 +2919,6 @@
|
|
|
2565
2919
|
]
|
|
2566
2920
|
}
|
|
2567
2921
|
},
|
|
2568
|
-
"contentName": "meta.embedded.mdx",
|
|
2569
2922
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
2570
2923
|
"endCaptures": {
|
|
2571
2924
|
"1": {
|
|
@@ -2575,7 +2928,14 @@
|
|
|
2575
2928
|
"name": "markup.code.mdx.mdx",
|
|
2576
2929
|
"patterns": [
|
|
2577
2930
|
{
|
|
2578
|
-
"
|
|
2931
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
2932
|
+
"contentName": "meta.embedded.mdx",
|
|
2933
|
+
"patterns": [
|
|
2934
|
+
{
|
|
2935
|
+
"include": "source.mdx"
|
|
2936
|
+
}
|
|
2937
|
+
],
|
|
2938
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
2579
2939
|
}
|
|
2580
2940
|
]
|
|
2581
2941
|
}
|
|
@@ -2605,7 +2965,6 @@
|
|
|
2605
2965
|
]
|
|
2606
2966
|
}
|
|
2607
2967
|
},
|
|
2608
|
-
"contentName": "meta.embedded.objc",
|
|
2609
2968
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
2610
2969
|
"endCaptures": {
|
|
2611
2970
|
"1": {
|
|
@@ -2615,7 +2974,14 @@
|
|
|
2615
2974
|
"name": "markup.code.objc.mdx",
|
|
2616
2975
|
"patterns": [
|
|
2617
2976
|
{
|
|
2618
|
-
"
|
|
2977
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
2978
|
+
"contentName": "meta.embedded.objc",
|
|
2979
|
+
"patterns": [
|
|
2980
|
+
{
|
|
2981
|
+
"include": "source.objc"
|
|
2982
|
+
}
|
|
2983
|
+
],
|
|
2984
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
2619
2985
|
}
|
|
2620
2986
|
]
|
|
2621
2987
|
},
|
|
@@ -2641,7 +3007,6 @@
|
|
|
2641
3007
|
]
|
|
2642
3008
|
}
|
|
2643
3009
|
},
|
|
2644
|
-
"contentName": "meta.embedded.objc",
|
|
2645
3010
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
2646
3011
|
"endCaptures": {
|
|
2647
3012
|
"1": {
|
|
@@ -2651,7 +3016,14 @@
|
|
|
2651
3016
|
"name": "markup.code.objc.mdx",
|
|
2652
3017
|
"patterns": [
|
|
2653
3018
|
{
|
|
2654
|
-
"
|
|
3019
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
3020
|
+
"contentName": "meta.embedded.objc",
|
|
3021
|
+
"patterns": [
|
|
3022
|
+
{
|
|
3023
|
+
"include": "source.objc"
|
|
3024
|
+
}
|
|
3025
|
+
],
|
|
3026
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
2655
3027
|
}
|
|
2656
3028
|
]
|
|
2657
3029
|
}
|
|
@@ -2681,7 +3053,6 @@
|
|
|
2681
3053
|
]
|
|
2682
3054
|
}
|
|
2683
3055
|
},
|
|
2684
|
-
"contentName": "meta.embedded.perl",
|
|
2685
3056
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
2686
3057
|
"endCaptures": {
|
|
2687
3058
|
"1": {
|
|
@@ -2691,7 +3062,14 @@
|
|
|
2691
3062
|
"name": "markup.code.perl.mdx",
|
|
2692
3063
|
"patterns": [
|
|
2693
3064
|
{
|
|
2694
|
-
"
|
|
3065
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
3066
|
+
"contentName": "meta.embedded.perl",
|
|
3067
|
+
"patterns": [
|
|
3068
|
+
{
|
|
3069
|
+
"include": "source.perl"
|
|
3070
|
+
}
|
|
3071
|
+
],
|
|
3072
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
2695
3073
|
}
|
|
2696
3074
|
]
|
|
2697
3075
|
},
|
|
@@ -2717,7 +3095,6 @@
|
|
|
2717
3095
|
]
|
|
2718
3096
|
}
|
|
2719
3097
|
},
|
|
2720
|
-
"contentName": "meta.embedded.perl",
|
|
2721
3098
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
2722
3099
|
"endCaptures": {
|
|
2723
3100
|
"1": {
|
|
@@ -2727,7 +3104,14 @@
|
|
|
2727
3104
|
"name": "markup.code.perl.mdx",
|
|
2728
3105
|
"patterns": [
|
|
2729
3106
|
{
|
|
2730
|
-
"
|
|
3107
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
3108
|
+
"contentName": "meta.embedded.perl",
|
|
3109
|
+
"patterns": [
|
|
3110
|
+
{
|
|
3111
|
+
"include": "source.perl"
|
|
3112
|
+
}
|
|
3113
|
+
],
|
|
3114
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
2731
3115
|
}
|
|
2732
3116
|
]
|
|
2733
3117
|
}
|
|
@@ -2757,7 +3141,6 @@
|
|
|
2757
3141
|
]
|
|
2758
3142
|
}
|
|
2759
3143
|
},
|
|
2760
|
-
"contentName": "meta.embedded.php",
|
|
2761
3144
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
2762
3145
|
"endCaptures": {
|
|
2763
3146
|
"1": {
|
|
@@ -2767,7 +3150,14 @@
|
|
|
2767
3150
|
"name": "markup.code.php.mdx",
|
|
2768
3151
|
"patterns": [
|
|
2769
3152
|
{
|
|
2770
|
-
"
|
|
3153
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
3154
|
+
"contentName": "meta.embedded.php",
|
|
3155
|
+
"patterns": [
|
|
3156
|
+
{
|
|
3157
|
+
"include": "text.html.php"
|
|
3158
|
+
}
|
|
3159
|
+
],
|
|
3160
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
2771
3161
|
}
|
|
2772
3162
|
]
|
|
2773
3163
|
},
|
|
@@ -2793,7 +3183,6 @@
|
|
|
2793
3183
|
]
|
|
2794
3184
|
}
|
|
2795
3185
|
},
|
|
2796
|
-
"contentName": "meta.embedded.php",
|
|
2797
3186
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
2798
3187
|
"endCaptures": {
|
|
2799
3188
|
"1": {
|
|
@@ -2803,7 +3192,14 @@
|
|
|
2803
3192
|
"name": "markup.code.php.mdx",
|
|
2804
3193
|
"patterns": [
|
|
2805
3194
|
{
|
|
2806
|
-
"
|
|
3195
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
3196
|
+
"contentName": "meta.embedded.php",
|
|
3197
|
+
"patterns": [
|
|
3198
|
+
{
|
|
3199
|
+
"include": "text.html.php"
|
|
3200
|
+
}
|
|
3201
|
+
],
|
|
3202
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
2807
3203
|
}
|
|
2808
3204
|
]
|
|
2809
3205
|
}
|
|
@@ -2833,7 +3229,6 @@
|
|
|
2833
3229
|
]
|
|
2834
3230
|
}
|
|
2835
3231
|
},
|
|
2836
|
-
"contentName": "meta.embedded.python",
|
|
2837
3232
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
2838
3233
|
"endCaptures": {
|
|
2839
3234
|
"1": {
|
|
@@ -2843,7 +3238,14 @@
|
|
|
2843
3238
|
"name": "markup.code.python.mdx",
|
|
2844
3239
|
"patterns": [
|
|
2845
3240
|
{
|
|
2846
|
-
"
|
|
3241
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
3242
|
+
"contentName": "meta.embedded.python",
|
|
3243
|
+
"patterns": [
|
|
3244
|
+
{
|
|
3245
|
+
"include": "source.python"
|
|
3246
|
+
}
|
|
3247
|
+
],
|
|
3248
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
2847
3249
|
}
|
|
2848
3250
|
]
|
|
2849
3251
|
},
|
|
@@ -2869,7 +3271,6 @@
|
|
|
2869
3271
|
]
|
|
2870
3272
|
}
|
|
2871
3273
|
},
|
|
2872
|
-
"contentName": "meta.embedded.python",
|
|
2873
3274
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
2874
3275
|
"endCaptures": {
|
|
2875
3276
|
"1": {
|
|
@@ -2879,7 +3280,14 @@
|
|
|
2879
3280
|
"name": "markup.code.python.mdx",
|
|
2880
3281
|
"patterns": [
|
|
2881
3282
|
{
|
|
2882
|
-
"
|
|
3283
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
3284
|
+
"contentName": "meta.embedded.python",
|
|
3285
|
+
"patterns": [
|
|
3286
|
+
{
|
|
3287
|
+
"include": "source.python"
|
|
3288
|
+
}
|
|
3289
|
+
],
|
|
3290
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
2883
3291
|
}
|
|
2884
3292
|
]
|
|
2885
3293
|
}
|
|
@@ -2909,7 +3317,6 @@
|
|
|
2909
3317
|
]
|
|
2910
3318
|
}
|
|
2911
3319
|
},
|
|
2912
|
-
"contentName": "meta.embedded.r",
|
|
2913
3320
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
2914
3321
|
"endCaptures": {
|
|
2915
3322
|
"1": {
|
|
@@ -2919,7 +3326,14 @@
|
|
|
2919
3326
|
"name": "markup.code.r.mdx",
|
|
2920
3327
|
"patterns": [
|
|
2921
3328
|
{
|
|
2922
|
-
"
|
|
3329
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
3330
|
+
"contentName": "meta.embedded.r",
|
|
3331
|
+
"patterns": [
|
|
3332
|
+
{
|
|
3333
|
+
"include": "source.r"
|
|
3334
|
+
}
|
|
3335
|
+
],
|
|
3336
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
2923
3337
|
}
|
|
2924
3338
|
]
|
|
2925
3339
|
},
|
|
@@ -2945,7 +3359,6 @@
|
|
|
2945
3359
|
]
|
|
2946
3360
|
}
|
|
2947
3361
|
},
|
|
2948
|
-
"contentName": "meta.embedded.r",
|
|
2949
3362
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
2950
3363
|
"endCaptures": {
|
|
2951
3364
|
"1": {
|
|
@@ -2955,7 +3368,14 @@
|
|
|
2955
3368
|
"name": "markup.code.r.mdx",
|
|
2956
3369
|
"patterns": [
|
|
2957
3370
|
{
|
|
2958
|
-
"
|
|
3371
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
3372
|
+
"contentName": "meta.embedded.r",
|
|
3373
|
+
"patterns": [
|
|
3374
|
+
{
|
|
3375
|
+
"include": "source.r"
|
|
3376
|
+
}
|
|
3377
|
+
],
|
|
3378
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
2959
3379
|
}
|
|
2960
3380
|
]
|
|
2961
3381
|
}
|
|
@@ -2985,7 +3405,6 @@
|
|
|
2985
3405
|
]
|
|
2986
3406
|
}
|
|
2987
3407
|
},
|
|
2988
|
-
"contentName": "meta.embedded.raku",
|
|
2989
3408
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
2990
3409
|
"endCaptures": {
|
|
2991
3410
|
"1": {
|
|
@@ -2995,7 +3414,14 @@
|
|
|
2995
3414
|
"name": "markup.code.raku.mdx",
|
|
2996
3415
|
"patterns": [
|
|
2997
3416
|
{
|
|
2998
|
-
"
|
|
3417
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
3418
|
+
"contentName": "meta.embedded.raku",
|
|
3419
|
+
"patterns": [
|
|
3420
|
+
{
|
|
3421
|
+
"include": "source.raku"
|
|
3422
|
+
}
|
|
3423
|
+
],
|
|
3424
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
2999
3425
|
}
|
|
3000
3426
|
]
|
|
3001
3427
|
},
|
|
@@ -3021,7 +3447,6 @@
|
|
|
3021
3447
|
]
|
|
3022
3448
|
}
|
|
3023
3449
|
},
|
|
3024
|
-
"contentName": "meta.embedded.raku",
|
|
3025
3450
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
3026
3451
|
"endCaptures": {
|
|
3027
3452
|
"1": {
|
|
@@ -3031,7 +3456,14 @@
|
|
|
3031
3456
|
"name": "markup.code.raku.mdx",
|
|
3032
3457
|
"patterns": [
|
|
3033
3458
|
{
|
|
3034
|
-
"
|
|
3459
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
3460
|
+
"contentName": "meta.embedded.raku",
|
|
3461
|
+
"patterns": [
|
|
3462
|
+
{
|
|
3463
|
+
"include": "source.raku"
|
|
3464
|
+
}
|
|
3465
|
+
],
|
|
3466
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
3035
3467
|
}
|
|
3036
3468
|
]
|
|
3037
3469
|
}
|
|
@@ -3061,7 +3493,6 @@
|
|
|
3061
3493
|
]
|
|
3062
3494
|
}
|
|
3063
3495
|
},
|
|
3064
|
-
"contentName": "meta.embedded.ruby",
|
|
3065
3496
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
3066
3497
|
"endCaptures": {
|
|
3067
3498
|
"1": {
|
|
@@ -3071,7 +3502,14 @@
|
|
|
3071
3502
|
"name": "markup.code.ruby.mdx",
|
|
3072
3503
|
"patterns": [
|
|
3073
3504
|
{
|
|
3074
|
-
"
|
|
3505
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
3506
|
+
"contentName": "meta.embedded.ruby",
|
|
3507
|
+
"patterns": [
|
|
3508
|
+
{
|
|
3509
|
+
"include": "source.ruby"
|
|
3510
|
+
}
|
|
3511
|
+
],
|
|
3512
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
3075
3513
|
}
|
|
3076
3514
|
]
|
|
3077
3515
|
},
|
|
@@ -3097,7 +3535,6 @@
|
|
|
3097
3535
|
]
|
|
3098
3536
|
}
|
|
3099
3537
|
},
|
|
3100
|
-
"contentName": "meta.embedded.ruby",
|
|
3101
3538
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
3102
3539
|
"endCaptures": {
|
|
3103
3540
|
"1": {
|
|
@@ -3107,7 +3544,14 @@
|
|
|
3107
3544
|
"name": "markup.code.ruby.mdx",
|
|
3108
3545
|
"patterns": [
|
|
3109
3546
|
{
|
|
3110
|
-
"
|
|
3547
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
3548
|
+
"contentName": "meta.embedded.ruby",
|
|
3549
|
+
"patterns": [
|
|
3550
|
+
{
|
|
3551
|
+
"include": "source.ruby"
|
|
3552
|
+
}
|
|
3553
|
+
],
|
|
3554
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
3111
3555
|
}
|
|
3112
3556
|
]
|
|
3113
3557
|
}
|
|
@@ -3137,7 +3581,6 @@
|
|
|
3137
3581
|
]
|
|
3138
3582
|
}
|
|
3139
3583
|
},
|
|
3140
|
-
"contentName": "meta.embedded.rust",
|
|
3141
3584
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
3142
3585
|
"endCaptures": {
|
|
3143
3586
|
"1": {
|
|
@@ -3147,7 +3590,14 @@
|
|
|
3147
3590
|
"name": "markup.code.rust.mdx",
|
|
3148
3591
|
"patterns": [
|
|
3149
3592
|
{
|
|
3150
|
-
"
|
|
3593
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
3594
|
+
"contentName": "meta.embedded.rust",
|
|
3595
|
+
"patterns": [
|
|
3596
|
+
{
|
|
3597
|
+
"include": "source.rust"
|
|
3598
|
+
}
|
|
3599
|
+
],
|
|
3600
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
3151
3601
|
}
|
|
3152
3602
|
]
|
|
3153
3603
|
},
|
|
@@ -3173,7 +3623,6 @@
|
|
|
3173
3623
|
]
|
|
3174
3624
|
}
|
|
3175
3625
|
},
|
|
3176
|
-
"contentName": "meta.embedded.rust",
|
|
3177
3626
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
3178
3627
|
"endCaptures": {
|
|
3179
3628
|
"1": {
|
|
@@ -3183,7 +3632,14 @@
|
|
|
3183
3632
|
"name": "markup.code.rust.mdx",
|
|
3184
3633
|
"patterns": [
|
|
3185
3634
|
{
|
|
3186
|
-
"
|
|
3635
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
3636
|
+
"contentName": "meta.embedded.rust",
|
|
3637
|
+
"patterns": [
|
|
3638
|
+
{
|
|
3639
|
+
"include": "source.rust"
|
|
3640
|
+
}
|
|
3641
|
+
],
|
|
3642
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
3187
3643
|
}
|
|
3188
3644
|
]
|
|
3189
3645
|
}
|
|
@@ -3213,7 +3669,6 @@
|
|
|
3213
3669
|
]
|
|
3214
3670
|
}
|
|
3215
3671
|
},
|
|
3216
|
-
"contentName": "meta.embedded.scala",
|
|
3217
3672
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
3218
3673
|
"endCaptures": {
|
|
3219
3674
|
"1": {
|
|
@@ -3223,7 +3678,14 @@
|
|
|
3223
3678
|
"name": "markup.code.scala.mdx",
|
|
3224
3679
|
"patterns": [
|
|
3225
3680
|
{
|
|
3226
|
-
"
|
|
3681
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
3682
|
+
"contentName": "meta.embedded.scala",
|
|
3683
|
+
"patterns": [
|
|
3684
|
+
{
|
|
3685
|
+
"include": "source.scala"
|
|
3686
|
+
}
|
|
3687
|
+
],
|
|
3688
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
3227
3689
|
}
|
|
3228
3690
|
]
|
|
3229
3691
|
},
|
|
@@ -3249,7 +3711,6 @@
|
|
|
3249
3711
|
]
|
|
3250
3712
|
}
|
|
3251
3713
|
},
|
|
3252
|
-
"contentName": "meta.embedded.scala",
|
|
3253
3714
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
3254
3715
|
"endCaptures": {
|
|
3255
3716
|
"1": {
|
|
@@ -3259,7 +3720,14 @@
|
|
|
3259
3720
|
"name": "markup.code.scala.mdx",
|
|
3260
3721
|
"patterns": [
|
|
3261
3722
|
{
|
|
3262
|
-
"
|
|
3723
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
3724
|
+
"contentName": "meta.embedded.scala",
|
|
3725
|
+
"patterns": [
|
|
3726
|
+
{
|
|
3727
|
+
"include": "source.scala"
|
|
3728
|
+
}
|
|
3729
|
+
],
|
|
3730
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
3263
3731
|
}
|
|
3264
3732
|
]
|
|
3265
3733
|
}
|
|
@@ -3289,7 +3757,6 @@
|
|
|
3289
3757
|
]
|
|
3290
3758
|
}
|
|
3291
3759
|
},
|
|
3292
|
-
"contentName": "meta.embedded.scss",
|
|
3293
3760
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
3294
3761
|
"endCaptures": {
|
|
3295
3762
|
"1": {
|
|
@@ -3299,7 +3766,14 @@
|
|
|
3299
3766
|
"name": "markup.code.scss.mdx",
|
|
3300
3767
|
"patterns": [
|
|
3301
3768
|
{
|
|
3302
|
-
"
|
|
3769
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
3770
|
+
"contentName": "meta.embedded.scss",
|
|
3771
|
+
"patterns": [
|
|
3772
|
+
{
|
|
3773
|
+
"include": "source.css.scss"
|
|
3774
|
+
}
|
|
3775
|
+
],
|
|
3776
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
3303
3777
|
}
|
|
3304
3778
|
]
|
|
3305
3779
|
},
|
|
@@ -3325,7 +3799,6 @@
|
|
|
3325
3799
|
]
|
|
3326
3800
|
}
|
|
3327
3801
|
},
|
|
3328
|
-
"contentName": "meta.embedded.scss",
|
|
3329
3802
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
3330
3803
|
"endCaptures": {
|
|
3331
3804
|
"1": {
|
|
@@ -3335,7 +3808,14 @@
|
|
|
3335
3808
|
"name": "markup.code.scss.mdx",
|
|
3336
3809
|
"patterns": [
|
|
3337
3810
|
{
|
|
3338
|
-
"
|
|
3811
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
3812
|
+
"contentName": "meta.embedded.scss",
|
|
3813
|
+
"patterns": [
|
|
3814
|
+
{
|
|
3815
|
+
"include": "source.css.scss"
|
|
3816
|
+
}
|
|
3817
|
+
],
|
|
3818
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
3339
3819
|
}
|
|
3340
3820
|
]
|
|
3341
3821
|
}
|
|
@@ -3344,7 +3824,7 @@
|
|
|
3344
3824
|
"commonmark-code-fenced-shell": {
|
|
3345
3825
|
"patterns": [
|
|
3346
3826
|
{
|
|
3347
|
-
"begin": "(?:^|\\G)[\\t ]*(`{3,})(?:[\\t ]*((?i:abuild|alpine\\x2dabuild|apkbuild|gentoo\\x2debuild|gentoo\\x2declass|openrc|openrc\\x2drunscript|shell|shell\\x2dscript|(?:.*\\.)?(?:bash|bats|command|csh|ebuild|eclass|ksh|sh|sh\\.in|tcsh|tmux|tool|zsh|zsh\\x2dtheme)))(?:[\\t ]+((?:[^\\n\\r`])+))?)(?:[\\t ]*$)",
|
|
3827
|
+
"begin": "(?:^|\\G)[\\t ]*(`{3,})(?:[\\t ]*((?i:abuild|alpine\\x2dabuild|apkbuild|envrc|gentoo\\x2debuild|gentoo\\x2declass|openrc|openrc\\x2drunscript|shell|shell\\x2dscript|(?:.*\\.)?(?:bash|bats|command|csh|ebuild|eclass|ksh|sh|sh\\.in|tcsh|tmux|tool|zsh|zsh\\x2dtheme)))(?:[\\t ]+((?:[^\\n\\r`])+))?)(?:[\\t ]*$)",
|
|
3348
3828
|
"beginCaptures": {
|
|
3349
3829
|
"1": {
|
|
3350
3830
|
"name": "string.other.begin.code.fenced.mdx"
|
|
@@ -3365,7 +3845,6 @@
|
|
|
3365
3845
|
]
|
|
3366
3846
|
}
|
|
3367
3847
|
},
|
|
3368
|
-
"contentName": "meta.embedded.shell",
|
|
3369
3848
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
3370
3849
|
"endCaptures": {
|
|
3371
3850
|
"1": {
|
|
@@ -3375,12 +3854,19 @@
|
|
|
3375
3854
|
"name": "markup.code.shell.mdx",
|
|
3376
3855
|
"patterns": [
|
|
3377
3856
|
{
|
|
3378
|
-
"
|
|
3857
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
3858
|
+
"contentName": "meta.embedded.shell",
|
|
3859
|
+
"patterns": [
|
|
3860
|
+
{
|
|
3861
|
+
"include": "source.shell"
|
|
3862
|
+
}
|
|
3863
|
+
],
|
|
3864
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
3379
3865
|
}
|
|
3380
3866
|
]
|
|
3381
3867
|
},
|
|
3382
3868
|
{
|
|
3383
|
-
"begin": "(?:^|\\G)[\\t ]*(~{3,})(?:[\\t ]*((?i:abuild|alpine\\x2dabuild|apkbuild|gentoo\\x2debuild|gentoo\\x2declass|openrc|openrc\\x2drunscript|shell|shell\\x2dscript|(?:.*\\.)?(?:bash|bats|command|csh|ebuild|eclass|ksh|sh|sh\\.in|tcsh|tmux|tool|zsh|zsh\\x2dtheme)))(?:[\\t ]+((?:[^\\n\\r])+))?)(?:[\\t ]*$)",
|
|
3869
|
+
"begin": "(?:^|\\G)[\\t ]*(~{3,})(?:[\\t ]*((?i:abuild|alpine\\x2dabuild|apkbuild|envrc|gentoo\\x2debuild|gentoo\\x2declass|openrc|openrc\\x2drunscript|shell|shell\\x2dscript|(?:.*\\.)?(?:bash|bats|command|csh|ebuild|eclass|ksh|sh|sh\\.in|tcsh|tmux|tool|zsh|zsh\\x2dtheme)))(?:[\\t ]+((?:[^\\n\\r])+))?)(?:[\\t ]*$)",
|
|
3384
3870
|
"beginCaptures": {
|
|
3385
3871
|
"1": {
|
|
3386
3872
|
"name": "string.other.begin.code.fenced.mdx"
|
|
@@ -3401,7 +3887,6 @@
|
|
|
3401
3887
|
]
|
|
3402
3888
|
}
|
|
3403
3889
|
},
|
|
3404
|
-
"contentName": "meta.embedded.shell",
|
|
3405
3890
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
3406
3891
|
"endCaptures": {
|
|
3407
3892
|
"1": {
|
|
@@ -3411,7 +3896,14 @@
|
|
|
3411
3896
|
"name": "markup.code.shell.mdx",
|
|
3412
3897
|
"patterns": [
|
|
3413
3898
|
{
|
|
3414
|
-
"
|
|
3899
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
3900
|
+
"contentName": "meta.embedded.shell",
|
|
3901
|
+
"patterns": [
|
|
3902
|
+
{
|
|
3903
|
+
"include": "source.shell"
|
|
3904
|
+
}
|
|
3905
|
+
],
|
|
3906
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
3415
3907
|
}
|
|
3416
3908
|
]
|
|
3417
3909
|
}
|
|
@@ -3441,7 +3933,6 @@
|
|
|
3441
3933
|
]
|
|
3442
3934
|
}
|
|
3443
3935
|
},
|
|
3444
|
-
"contentName": "meta.embedded.shell-session",
|
|
3445
3936
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
3446
3937
|
"endCaptures": {
|
|
3447
3938
|
"1": {
|
|
@@ -3451,7 +3942,14 @@
|
|
|
3451
3942
|
"name": "markup.code.shell-session.mdx",
|
|
3452
3943
|
"patterns": [
|
|
3453
3944
|
{
|
|
3454
|
-
"
|
|
3945
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
3946
|
+
"contentName": "meta.embedded.shell-session",
|
|
3947
|
+
"patterns": [
|
|
3948
|
+
{
|
|
3949
|
+
"include": "text.shell-session"
|
|
3950
|
+
}
|
|
3951
|
+
],
|
|
3952
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
3455
3953
|
}
|
|
3456
3954
|
]
|
|
3457
3955
|
},
|
|
@@ -3477,7 +3975,6 @@
|
|
|
3477
3975
|
]
|
|
3478
3976
|
}
|
|
3479
3977
|
},
|
|
3480
|
-
"contentName": "meta.embedded.shell-session",
|
|
3481
3978
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
3482
3979
|
"endCaptures": {
|
|
3483
3980
|
"1": {
|
|
@@ -3487,7 +3984,14 @@
|
|
|
3487
3984
|
"name": "markup.code.shell-session.mdx",
|
|
3488
3985
|
"patterns": [
|
|
3489
3986
|
{
|
|
3490
|
-
"
|
|
3987
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
3988
|
+
"contentName": "meta.embedded.shell-session",
|
|
3989
|
+
"patterns": [
|
|
3990
|
+
{
|
|
3991
|
+
"include": "text.shell-session"
|
|
3992
|
+
}
|
|
3993
|
+
],
|
|
3994
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
3491
3995
|
}
|
|
3492
3996
|
]
|
|
3493
3997
|
}
|
|
@@ -3517,7 +4021,6 @@
|
|
|
3517
4021
|
]
|
|
3518
4022
|
}
|
|
3519
4023
|
},
|
|
3520
|
-
"contentName": "meta.embedded.sql",
|
|
3521
4024
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
3522
4025
|
"endCaptures": {
|
|
3523
4026
|
"1": {
|
|
@@ -3527,7 +4030,14 @@
|
|
|
3527
4030
|
"name": "markup.code.sql.mdx",
|
|
3528
4031
|
"patterns": [
|
|
3529
4032
|
{
|
|
3530
|
-
"
|
|
4033
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
4034
|
+
"contentName": "meta.embedded.sql",
|
|
4035
|
+
"patterns": [
|
|
4036
|
+
{
|
|
4037
|
+
"include": "source.sql"
|
|
4038
|
+
}
|
|
4039
|
+
],
|
|
4040
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
3531
4041
|
}
|
|
3532
4042
|
]
|
|
3533
4043
|
},
|
|
@@ -3553,7 +4063,6 @@
|
|
|
3553
4063
|
]
|
|
3554
4064
|
}
|
|
3555
4065
|
},
|
|
3556
|
-
"contentName": "meta.embedded.sql",
|
|
3557
4066
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
3558
4067
|
"endCaptures": {
|
|
3559
4068
|
"1": {
|
|
@@ -3563,7 +4072,14 @@
|
|
|
3563
4072
|
"name": "markup.code.sql.mdx",
|
|
3564
4073
|
"patterns": [
|
|
3565
4074
|
{
|
|
3566
|
-
"
|
|
4075
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
4076
|
+
"contentName": "meta.embedded.sql",
|
|
4077
|
+
"patterns": [
|
|
4078
|
+
{
|
|
4079
|
+
"include": "source.sql"
|
|
4080
|
+
}
|
|
4081
|
+
],
|
|
4082
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
3567
4083
|
}
|
|
3568
4084
|
]
|
|
3569
4085
|
}
|
|
@@ -3593,7 +4109,6 @@
|
|
|
3593
4109
|
]
|
|
3594
4110
|
}
|
|
3595
4111
|
},
|
|
3596
|
-
"contentName": "meta.embedded.svg",
|
|
3597
4112
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
3598
4113
|
"endCaptures": {
|
|
3599
4114
|
"1": {
|
|
@@ -3603,10 +4118,17 @@
|
|
|
3603
4118
|
"name": "markup.code.svg.mdx",
|
|
3604
4119
|
"patterns": [
|
|
3605
4120
|
{
|
|
3606
|
-
"
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
4121
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
4122
|
+
"contentName": "meta.embedded.svg",
|
|
4123
|
+
"patterns": [
|
|
4124
|
+
{
|
|
4125
|
+
"include": "text.xml.svg"
|
|
4126
|
+
},
|
|
4127
|
+
{
|
|
4128
|
+
"include": "text.xml"
|
|
4129
|
+
}
|
|
4130
|
+
],
|
|
4131
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
3610
4132
|
}
|
|
3611
4133
|
]
|
|
3612
4134
|
},
|
|
@@ -3632,7 +4154,6 @@
|
|
|
3632
4154
|
]
|
|
3633
4155
|
}
|
|
3634
4156
|
},
|
|
3635
|
-
"contentName": "meta.embedded.svg",
|
|
3636
4157
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
3637
4158
|
"endCaptures": {
|
|
3638
4159
|
"1": {
|
|
@@ -3642,10 +4163,17 @@
|
|
|
3642
4163
|
"name": "markup.code.svg.mdx",
|
|
3643
4164
|
"patterns": [
|
|
3644
4165
|
{
|
|
3645
|
-
"
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
4166
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
4167
|
+
"contentName": "meta.embedded.svg",
|
|
4168
|
+
"patterns": [
|
|
4169
|
+
{
|
|
4170
|
+
"include": "text.xml.svg"
|
|
4171
|
+
},
|
|
4172
|
+
{
|
|
4173
|
+
"include": "text.xml"
|
|
4174
|
+
}
|
|
4175
|
+
],
|
|
4176
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
3649
4177
|
}
|
|
3650
4178
|
]
|
|
3651
4179
|
}
|
|
@@ -3675,7 +4203,6 @@
|
|
|
3675
4203
|
]
|
|
3676
4204
|
}
|
|
3677
4205
|
},
|
|
3678
|
-
"contentName": "meta.embedded.swift",
|
|
3679
4206
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
3680
4207
|
"endCaptures": {
|
|
3681
4208
|
"1": {
|
|
@@ -3685,7 +4212,14 @@
|
|
|
3685
4212
|
"name": "markup.code.swift.mdx",
|
|
3686
4213
|
"patterns": [
|
|
3687
4214
|
{
|
|
3688
|
-
"
|
|
4215
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
4216
|
+
"contentName": "meta.embedded.swift",
|
|
4217
|
+
"patterns": [
|
|
4218
|
+
{
|
|
4219
|
+
"include": "source.swift"
|
|
4220
|
+
}
|
|
4221
|
+
],
|
|
4222
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
3689
4223
|
}
|
|
3690
4224
|
]
|
|
3691
4225
|
},
|
|
@@ -3711,7 +4245,6 @@
|
|
|
3711
4245
|
]
|
|
3712
4246
|
}
|
|
3713
4247
|
},
|
|
3714
|
-
"contentName": "meta.embedded.swift",
|
|
3715
4248
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
3716
4249
|
"endCaptures": {
|
|
3717
4250
|
"1": {
|
|
@@ -3721,7 +4254,14 @@
|
|
|
3721
4254
|
"name": "markup.code.swift.mdx",
|
|
3722
4255
|
"patterns": [
|
|
3723
4256
|
{
|
|
3724
|
-
"
|
|
4257
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
4258
|
+
"contentName": "meta.embedded.swift",
|
|
4259
|
+
"patterns": [
|
|
4260
|
+
{
|
|
4261
|
+
"include": "source.swift"
|
|
4262
|
+
}
|
|
4263
|
+
],
|
|
4264
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
3725
4265
|
}
|
|
3726
4266
|
]
|
|
3727
4267
|
}
|
|
@@ -3751,7 +4291,6 @@
|
|
|
3751
4291
|
]
|
|
3752
4292
|
}
|
|
3753
4293
|
},
|
|
3754
|
-
"contentName": "meta.embedded.toml",
|
|
3755
4294
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
3756
4295
|
"endCaptures": {
|
|
3757
4296
|
"1": {
|
|
@@ -3761,7 +4300,14 @@
|
|
|
3761
4300
|
"name": "markup.code.toml.mdx",
|
|
3762
4301
|
"patterns": [
|
|
3763
4302
|
{
|
|
3764
|
-
"
|
|
4303
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
4304
|
+
"contentName": "meta.embedded.toml",
|
|
4305
|
+
"patterns": [
|
|
4306
|
+
{
|
|
4307
|
+
"include": "source.toml"
|
|
4308
|
+
}
|
|
4309
|
+
],
|
|
4310
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
3765
4311
|
}
|
|
3766
4312
|
]
|
|
3767
4313
|
},
|
|
@@ -3787,7 +4333,6 @@
|
|
|
3787
4333
|
]
|
|
3788
4334
|
}
|
|
3789
4335
|
},
|
|
3790
|
-
"contentName": "meta.embedded.toml",
|
|
3791
4336
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
3792
4337
|
"endCaptures": {
|
|
3793
4338
|
"1": {
|
|
@@ -3797,7 +4342,14 @@
|
|
|
3797
4342
|
"name": "markup.code.toml.mdx",
|
|
3798
4343
|
"patterns": [
|
|
3799
4344
|
{
|
|
3800
|
-
"
|
|
4345
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
4346
|
+
"contentName": "meta.embedded.toml",
|
|
4347
|
+
"patterns": [
|
|
4348
|
+
{
|
|
4349
|
+
"include": "source.toml"
|
|
4350
|
+
}
|
|
4351
|
+
],
|
|
4352
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
3801
4353
|
}
|
|
3802
4354
|
]
|
|
3803
4355
|
}
|
|
@@ -3827,7 +4379,6 @@
|
|
|
3827
4379
|
]
|
|
3828
4380
|
}
|
|
3829
4381
|
},
|
|
3830
|
-
"contentName": "meta.embedded.ts",
|
|
3831
4382
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
3832
4383
|
"endCaptures": {
|
|
3833
4384
|
"1": {
|
|
@@ -3837,7 +4388,14 @@
|
|
|
3837
4388
|
"name": "markup.code.ts.mdx",
|
|
3838
4389
|
"patterns": [
|
|
3839
4390
|
{
|
|
3840
|
-
"
|
|
4391
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
4392
|
+
"contentName": "meta.embedded.ts",
|
|
4393
|
+
"patterns": [
|
|
4394
|
+
{
|
|
4395
|
+
"include": "source.ts"
|
|
4396
|
+
}
|
|
4397
|
+
],
|
|
4398
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
3841
4399
|
}
|
|
3842
4400
|
]
|
|
3843
4401
|
},
|
|
@@ -3863,7 +4421,6 @@
|
|
|
3863
4421
|
]
|
|
3864
4422
|
}
|
|
3865
4423
|
},
|
|
3866
|
-
"contentName": "meta.embedded.ts",
|
|
3867
4424
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
3868
4425
|
"endCaptures": {
|
|
3869
4426
|
"1": {
|
|
@@ -3873,7 +4430,14 @@
|
|
|
3873
4430
|
"name": "markup.code.ts.mdx",
|
|
3874
4431
|
"patterns": [
|
|
3875
4432
|
{
|
|
3876
|
-
"
|
|
4433
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
4434
|
+
"contentName": "meta.embedded.ts",
|
|
4435
|
+
"patterns": [
|
|
4436
|
+
{
|
|
4437
|
+
"include": "source.ts"
|
|
4438
|
+
}
|
|
4439
|
+
],
|
|
4440
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
3877
4441
|
}
|
|
3878
4442
|
]
|
|
3879
4443
|
}
|
|
@@ -3903,7 +4467,6 @@
|
|
|
3903
4467
|
]
|
|
3904
4468
|
}
|
|
3905
4469
|
},
|
|
3906
|
-
"contentName": "meta.embedded.tsx",
|
|
3907
4470
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
3908
4471
|
"endCaptures": {
|
|
3909
4472
|
"1": {
|
|
@@ -3913,7 +4476,14 @@
|
|
|
3913
4476
|
"name": "markup.code.tsx.mdx",
|
|
3914
4477
|
"patterns": [
|
|
3915
4478
|
{
|
|
3916
|
-
"
|
|
4479
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
4480
|
+
"contentName": "meta.embedded.tsx",
|
|
4481
|
+
"patterns": [
|
|
4482
|
+
{
|
|
4483
|
+
"include": "source.tsx"
|
|
4484
|
+
}
|
|
4485
|
+
],
|
|
4486
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
3917
4487
|
}
|
|
3918
4488
|
]
|
|
3919
4489
|
},
|
|
@@ -3939,7 +4509,6 @@
|
|
|
3939
4509
|
]
|
|
3940
4510
|
}
|
|
3941
4511
|
},
|
|
3942
|
-
"contentName": "meta.embedded.tsx",
|
|
3943
4512
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
3944
4513
|
"endCaptures": {
|
|
3945
4514
|
"1": {
|
|
@@ -3949,7 +4518,14 @@
|
|
|
3949
4518
|
"name": "markup.code.tsx.mdx",
|
|
3950
4519
|
"patterns": [
|
|
3951
4520
|
{
|
|
3952
|
-
"
|
|
4521
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
4522
|
+
"contentName": "meta.embedded.tsx",
|
|
4523
|
+
"patterns": [
|
|
4524
|
+
{
|
|
4525
|
+
"include": "source.tsx"
|
|
4526
|
+
}
|
|
4527
|
+
],
|
|
4528
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
3953
4529
|
}
|
|
3954
4530
|
]
|
|
3955
4531
|
}
|
|
@@ -4045,7 +4621,6 @@
|
|
|
4045
4621
|
]
|
|
4046
4622
|
}
|
|
4047
4623
|
},
|
|
4048
|
-
"contentName": "meta.embedded.vbnet",
|
|
4049
4624
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
4050
4625
|
"endCaptures": {
|
|
4051
4626
|
"1": {
|
|
@@ -4055,7 +4630,14 @@
|
|
|
4055
4630
|
"name": "markup.code.vbnet.mdx",
|
|
4056
4631
|
"patterns": [
|
|
4057
4632
|
{
|
|
4058
|
-
"
|
|
4633
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
4634
|
+
"contentName": "meta.embedded.vbnet",
|
|
4635
|
+
"patterns": [
|
|
4636
|
+
{
|
|
4637
|
+
"include": "source.vbnet"
|
|
4638
|
+
}
|
|
4639
|
+
],
|
|
4640
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
4059
4641
|
}
|
|
4060
4642
|
]
|
|
4061
4643
|
},
|
|
@@ -4081,7 +4663,6 @@
|
|
|
4081
4663
|
]
|
|
4082
4664
|
}
|
|
4083
4665
|
},
|
|
4084
|
-
"contentName": "meta.embedded.vbnet",
|
|
4085
4666
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
4086
4667
|
"endCaptures": {
|
|
4087
4668
|
"1": {
|
|
@@ -4091,7 +4672,14 @@
|
|
|
4091
4672
|
"name": "markup.code.vbnet.mdx",
|
|
4092
4673
|
"patterns": [
|
|
4093
4674
|
{
|
|
4094
|
-
"
|
|
4675
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
4676
|
+
"contentName": "meta.embedded.vbnet",
|
|
4677
|
+
"patterns": [
|
|
4678
|
+
{
|
|
4679
|
+
"include": "source.vbnet"
|
|
4680
|
+
}
|
|
4681
|
+
],
|
|
4682
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
4095
4683
|
}
|
|
4096
4684
|
]
|
|
4097
4685
|
}
|
|
@@ -4121,7 +4709,6 @@
|
|
|
4121
4709
|
]
|
|
4122
4710
|
}
|
|
4123
4711
|
},
|
|
4124
|
-
"contentName": "meta.embedded.xml",
|
|
4125
4712
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
4126
4713
|
"endCaptures": {
|
|
4127
4714
|
"1": {
|
|
@@ -4131,7 +4718,14 @@
|
|
|
4131
4718
|
"name": "markup.code.xml.mdx",
|
|
4132
4719
|
"patterns": [
|
|
4133
4720
|
{
|
|
4134
|
-
"
|
|
4721
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
4722
|
+
"contentName": "meta.embedded.xml",
|
|
4723
|
+
"patterns": [
|
|
4724
|
+
{
|
|
4725
|
+
"include": "text.xml"
|
|
4726
|
+
}
|
|
4727
|
+
],
|
|
4728
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
4135
4729
|
}
|
|
4136
4730
|
]
|
|
4137
4731
|
},
|
|
@@ -4157,7 +4751,6 @@
|
|
|
4157
4751
|
]
|
|
4158
4752
|
}
|
|
4159
4753
|
},
|
|
4160
|
-
"contentName": "meta.embedded.xml",
|
|
4161
4754
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
4162
4755
|
"endCaptures": {
|
|
4163
4756
|
"1": {
|
|
@@ -4167,7 +4760,14 @@
|
|
|
4167
4760
|
"name": "markup.code.xml.mdx",
|
|
4168
4761
|
"patterns": [
|
|
4169
4762
|
{
|
|
4170
|
-
"
|
|
4763
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
4764
|
+
"contentName": "meta.embedded.xml",
|
|
4765
|
+
"patterns": [
|
|
4766
|
+
{
|
|
4767
|
+
"include": "text.xml"
|
|
4768
|
+
}
|
|
4769
|
+
],
|
|
4770
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
4171
4771
|
}
|
|
4172
4772
|
]
|
|
4173
4773
|
}
|
|
@@ -4197,7 +4797,6 @@
|
|
|
4197
4797
|
]
|
|
4198
4798
|
}
|
|
4199
4799
|
},
|
|
4200
|
-
"contentName": "meta.embedded.yaml",
|
|
4201
4800
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
4202
4801
|
"endCaptures": {
|
|
4203
4802
|
"1": {
|
|
@@ -4207,7 +4806,14 @@
|
|
|
4207
4806
|
"name": "markup.code.yaml.mdx",
|
|
4208
4807
|
"patterns": [
|
|
4209
4808
|
{
|
|
4210
|
-
"
|
|
4809
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
4810
|
+
"contentName": "meta.embedded.yaml",
|
|
4811
|
+
"patterns": [
|
|
4812
|
+
{
|
|
4813
|
+
"include": "source.yaml"
|
|
4814
|
+
}
|
|
4815
|
+
],
|
|
4816
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
4211
4817
|
}
|
|
4212
4818
|
]
|
|
4213
4819
|
},
|
|
@@ -4233,7 +4839,6 @@
|
|
|
4233
4839
|
]
|
|
4234
4840
|
}
|
|
4235
4841
|
},
|
|
4236
|
-
"contentName": "meta.embedded.yaml",
|
|
4237
4842
|
"end": "(\\1)(?:[\\t ]*$)",
|
|
4238
4843
|
"endCaptures": {
|
|
4239
4844
|
"1": {
|
|
@@ -4243,7 +4848,14 @@
|
|
|
4243
4848
|
"name": "markup.code.yaml.mdx",
|
|
4244
4849
|
"patterns": [
|
|
4245
4850
|
{
|
|
4246
|
-
"
|
|
4851
|
+
"begin": "(^|\\G)(\\s*)(.*)",
|
|
4852
|
+
"contentName": "meta.embedded.yaml",
|
|
4853
|
+
"patterns": [
|
|
4854
|
+
{
|
|
4855
|
+
"include": "source.yaml"
|
|
4856
|
+
}
|
|
4857
|
+
],
|
|
4858
|
+
"while": "(^|\\G)(?![\\t ]*([`~]{3,})[\\t ]*$)"
|
|
4247
4859
|
}
|
|
4248
4860
|
]
|
|
4249
4861
|
}
|