|
325 | 325 | "file_type_binary": { |
326 | 326 | "color": "graphite" |
327 | 327 | }, |
| 328 | + "file_type_biome": { |
| 329 | + "aliases": [ |
| 330 | + { |
| 331 | + "base": "source.json", |
| 332 | + "extensions": [ |
| 333 | + "biome.json" |
| 334 | + ], |
| 335 | + "name": "JSON (Biome)", |
| 336 | + "scope": "source.json.biome" |
| 337 | + } |
| 338 | + ], |
| 339 | + "color": "yellow" |
| 340 | + }, |
328 | 341 | "file_type_blade": { |
329 | 342 | "color": "orange", |
330 | 343 | "syntaxes": [ |
|
390 | 403 | ], |
391 | 404 | "color": "yellow" |
392 | 405 | }, |
393 | | - "file_type_cabal": { |
394 | | - "color": "blue", |
395 | | - "syntaxes": [ |
396 | | - { |
397 | | - "extensions": [ |
398 | | - "cabal", |
399 | | - "cabal.project" |
400 | | - ], |
401 | | - "name": "Plain Text (Cabal)", |
402 | | - "scope": "source.cabal" |
403 | | - } |
404 | | - ] |
405 | | - }, |
406 | | - "file_type_cairo": { |
407 | | - "color": "graphite", |
408 | | - "syntaxes": [ |
409 | | - { |
410 | | - "extensions": [ |
411 | | - "cairo" |
412 | | - ], |
413 | | - "name": "Plain Text (Cairo)", |
414 | | - "scope": "source.cairo" |
415 | | - } |
416 | | - ] |
417 | | - }, |
418 | 406 | "file_type_c": { |
419 | 407 | "color": "purple", |
420 | 408 | "syntaxes": [ |
|
450 | 438 | } |
451 | 439 | ] |
452 | 440 | }, |
| 441 | + "file_type_cabal": { |
| 442 | + "color": "blue", |
| 443 | + "syntaxes": [ |
| 444 | + { |
| 445 | + "extensions": [ |
| 446 | + "cabal", |
| 447 | + "cabal.project" |
| 448 | + ], |
| 449 | + "name": "Plain Text (Cabal)", |
| 450 | + "scope": "source.cabal" |
| 451 | + } |
| 452 | + ] |
| 453 | + }, |
| 454 | + "file_type_cad": { |
| 455 | + "color": "orange", |
| 456 | + "aliases": [ |
| 457 | + { |
| 458 | + "extensions": [ |
| 459 | + "cad", |
| 460 | + "stl", |
| 461 | + "stp", |
| 462 | + "step", |
| 463 | + "wrl" |
| 464 | + ], |
| 465 | + "name": "Plain Text (CAD)", |
| 466 | + "scope": "text.plain.cad" |
| 467 | + } |
| 468 | + ] |
| 469 | + }, |
| 470 | + "file_type_caddy": { |
| 471 | + "color": "blue", |
| 472 | + "syntaxes": [ |
| 473 | + { |
| 474 | + "extensions": [ |
| 475 | + "Caddyfile" |
| 476 | + ], |
| 477 | + "name": "Plain Text (Caddyfile)", |
| 478 | + "scope": "source.Caddyfile" |
| 479 | + } |
| 480 | + ] |
| 481 | + }, |
| 482 | + "file_type_cairo": { |
| 483 | + "color": "graphite", |
| 484 | + "syntaxes": [ |
| 485 | + { |
| 486 | + "extensions": [ |
| 487 | + "cairo" |
| 488 | + ], |
| 489 | + "name": "Plain Text (Cairo)", |
| 490 | + "scope": "source.cairo" |
| 491 | + } |
| 492 | + ] |
| 493 | + }, |
453 | 494 | "file_type_cf": { |
454 | 495 | "color": "cyan", |
455 | 496 | "syntaxes": [ |
|
499 | 540 | } |
500 | 541 | ] |
501 | 542 | }, |
| 543 | + "file_type_cname": { |
| 544 | + "aliases": [ |
| 545 | + { |
| 546 | + "extensions": [ |
| 547 | + "CNAME" |
| 548 | + ], |
| 549 | + "name": "Plain Text (CNAME)", |
| 550 | + "scope": "text.plain.cname" |
| 551 | + } |
| 552 | + ], |
| 553 | + "color": "sky" |
| 554 | + }, |
502 | 555 | "file_type_cobol": { |
503 | 556 | "color": "cyan", |
504 | 557 | "syntaxes": [ |
|
599 | 652 | } |
600 | 653 | ] |
601 | 654 | }, |
602 | | - "file_type_cuda": { |
603 | | - "color": "green", |
604 | | - "syntaxes": [ |
605 | | - { |
606 | | - "base": "source.c++", |
607 | | - "extensions": [ |
608 | | - "cu", |
609 | | - "cuh" |
610 | | - ], |
611 | | - "name": "C++ (Cuda)", |
612 | | - "scope": "source.cuda-c++, source.c++.cuda" |
613 | | - } |
614 | | - ] |
615 | | - }, |
616 | 655 | "file_type_cppheader": { |
617 | 656 | "aliases": [ |
618 | 657 | { |
|
678 | 717 | } |
679 | 718 | ] |
680 | 719 | }, |
681 | | - "file_type_cython": { |
682 | | - "color": "yellow", |
683 | | - "syntaxes": [ |
684 | | - { |
685 | | - "extensions": [ |
686 | | - "pyx", |
687 | | - "pxi", |
688 | | - "pxd" |
689 | | - ], |
690 | | - "name": "Plain Text (Cython)", |
691 | | - "scope": "source.cython" |
692 | | - } |
693 | | - ] |
694 | | - }, |
695 | | - "file_type_cad": { |
696 | | - "color": "orange", |
697 | | - "aliases": [ |
698 | | - { |
699 | | - "extensions": [ |
700 | | - "cad", |
701 | | - "stl", |
702 | | - "stp", |
703 | | - "step", |
704 | | - "wrl" |
705 | | - ], |
706 | | - "name": "Plain Text (CAD)", |
707 | | - "scope": "text.plain.cad" |
708 | | - } |
709 | | - ] |
710 | | - }, |
711 | | - "file_type_caddy": { |
712 | | - "color": "blue", |
| 720 | + "file_type_cuda": { |
| 721 | + "color": "green", |
713 | 722 | "syntaxes": [ |
714 | 723 | { |
| 724 | + "base": "source.c++", |
715 | 725 | "extensions": [ |
716 | | - "Caddyfile" |
| 726 | + "cu", |
| 727 | + "cuh" |
717 | 728 | ], |
718 | | - "name": "Plain Text (Caddyfile)", |
719 | | - "scope": "source.Caddyfile" |
| 729 | + "name": "C++ (Cuda)", |
| 730 | + "scope": "source.cuda-c++, source.c++.cuda" |
720 | 731 | } |
721 | 732 | ] |
722 | 733 | }, |
723 | | - "file_type_email": { |
724 | | - "color": "graphite", |
| 734 | + "file_type_cython": { |
| 735 | + "color": "yellow", |
725 | 736 | "syntaxes": [ |
726 | 737 | { |
727 | 738 | "extensions": [ |
728 | | - "eml", |
729 | | - "msg", |
730 | | - "mbx", |
731 | | - "mboxz" |
| 739 | + "pyx", |
| 740 | + "pxi", |
| 741 | + "pxd" |
732 | 742 | ], |
733 | | - "name": "Plain Text (Email)", |
734 | | - "scope": "text.email, text.eml" |
| 743 | + "name": "Plain Text (Cython)", |
| 744 | + "scope": "source.cython" |
735 | 745 | } |
736 | 746 | ] |
737 | 747 | }, |
|
879 | 889 | } |
880 | 890 | ] |
881 | 891 | }, |
| 892 | + "file_type_email": { |
| 893 | + "color": "graphite", |
| 894 | + "syntaxes": [ |
| 895 | + { |
| 896 | + "extensions": [ |
| 897 | + "eml", |
| 898 | + "msg", |
| 899 | + "mbx", |
| 900 | + "mboxz" |
| 901 | + ], |
| 902 | + "name": "Plain Text (Email)", |
| 903 | + "scope": "text.email, text.eml" |
| 904 | + } |
| 905 | + ] |
| 906 | + }, |
882 | 907 | "file_type_ember": { |
883 | 908 | "color": "green", |
884 | 909 | "syntaxes": [ |
|
1693 | 1718 | } |
1694 | 1719 | ] |
1695 | 1720 | }, |
| 1721 | + "file_type_llvm": { |
| 1722 | + "aliases": [ |
| 1723 | + { |
| 1724 | + "base": "source.yaml", |
| 1725 | + "extensions": [ |
| 1726 | + ".clang-format" |
| 1727 | + ], |
| 1728 | + "name": "YAML (clang-format)", |
| 1729 | + "scope": "source.yaml.clang-format" |
| 1730 | + } |
| 1731 | + ], |
| 1732 | + "color": "blue" |
| 1733 | + }, |
1696 | 1734 | "file_type_lock": { |
1697 | 1735 | "aliases": [ |
1698 | 1736 | { |
|
1768 | 1806 | } |
1769 | 1807 | ] |
1770 | 1808 | }, |
| 1809 | + "file_type_maven": { |
| 1810 | + "aliases": [ |
| 1811 | + { |
| 1812 | + "base": "text.xml", |
| 1813 | + "extensions": [ |
| 1814 | + ".flattened-pom.xml", |
| 1815 | + "pom.xml" |
| 1816 | + ], |
| 1817 | + "name": "POM (Maven)", |
| 1818 | + "scope": "text.xml.maven" |
| 1819 | + } |
| 1820 | + ], |
| 1821 | + "color": "red" |
| 1822 | + }, |
1771 | 1823 | "file_type_maya": { |
1772 | 1824 | "color": "cyan", |
1773 | 1825 | "syntaxes": [ |
|
0 commit comments