Skip to content

Commit e9926d1

Browse files
committed
Merge branch 'develop'
2 parents 38ddd85 + 89bbba7 commit e9926d1

38 files changed

+200
-82
lines changed

icons/icons.json

Lines changed: 134 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,19 @@
325325
"file_type_binary": {
326326
"color": "graphite"
327327
},
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+
},
328341
"file_type_blade": {
329342
"color": "orange",
330343
"syntaxes": [
@@ -390,31 +403,6 @@
390403
],
391404
"color": "yellow"
392405
},
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-
},
418406
"file_type_c": {
419407
"color": "purple",
420408
"syntaxes": [
@@ -450,6 +438,59 @@
450438
}
451439
]
452440
},
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+
},
453494
"file_type_cf": {
454495
"color": "cyan",
455496
"syntaxes": [
@@ -499,6 +540,18 @@
499540
}
500541
]
501542
},
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+
},
502555
"file_type_cobol": {
503556
"color": "cyan",
504557
"syntaxes": [
@@ -599,20 +652,6 @@
599652
}
600653
]
601654
},
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-
},
616655
"file_type_cppheader": {
617656
"aliases": [
618657
{
@@ -678,60 +717,31 @@
678717
}
679718
]
680719
},
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",
713722
"syntaxes": [
714723
{
724+
"base": "source.c++",
715725
"extensions": [
716-
"Caddyfile"
726+
"cu",
727+
"cuh"
717728
],
718-
"name": "Plain Text (Caddyfile)",
719-
"scope": "source.Caddyfile"
729+
"name": "C++ (Cuda)",
730+
"scope": "source.cuda-c++, source.c++.cuda"
720731
}
721732
]
722733
},
723-
"file_type_email": {
724-
"color": "graphite",
734+
"file_type_cython": {
735+
"color": "yellow",
725736
"syntaxes": [
726737
{
727738
"extensions": [
728-
"eml",
729-
"msg",
730-
"mbx",
731-
"mboxz"
739+
"pyx",
740+
"pxi",
741+
"pxd"
732742
],
733-
"name": "Plain Text (Email)",
734-
"scope": "text.email, text.eml"
743+
"name": "Plain Text (Cython)",
744+
"scope": "source.cython"
735745
}
736746
]
737747
},
@@ -879,6 +889,21 @@
879889
}
880890
]
881891
},
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+
},
882907
"file_type_ember": {
883908
"color": "green",
884909
"syntaxes": [
@@ -1693,6 +1718,19 @@
16931718
}
16941719
]
16951720
},
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+
},
16961734
"file_type_lock": {
16971735
"aliases": [
16981736
{
@@ -1768,6 +1806,20 @@
17681806
}
17691807
]
17701808
},
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+
},
17711823
"file_type_maya": {
17721824
"color": "cyan",
17731825
"syntaxes": [

icons/multi/file_type_biome.png

330 Bytes
Loading

icons/multi/file_type_biome@2x.png

501 Bytes
Loading

icons/multi/file_type_biome@3x.png

664 Bytes
Loading

icons/multi/file_type_cname.png

440 Bytes
Loading

icons/multi/file_type_cname@2x.png

894 Bytes
Loading

icons/multi/file_type_cname@3x.png

1.35 KB
Loading

icons/multi/file_type_llvm.png

480 Bytes
Loading

icons/multi/file_type_llvm@2x.png

980 Bytes
Loading

icons/multi/file_type_llvm@3x.png

1.4 KB
Loading

icons/multi/file_type_maven.png

417 Bytes
Loading

icons/multi/file_type_maven@2x.png

876 Bytes
Loading

icons/multi/file_type_maven@3x.png

1.31 KB
Loading

icons/single/file_type_biome.png

252 Bytes
Loading

icons/single/file_type_biome@2x.png

388 Bytes
Loading

icons/single/file_type_biome@3x.png

517 Bytes
Loading

icons/single/file_type_cname.png

340 Bytes
Loading

icons/single/file_type_cname@2x.png

684 Bytes
Loading

icons/single/file_type_cname@3x.png

1.04 KB
Loading

icons/single/file_type_llvm.png

354 Bytes
Loading

icons/single/file_type_llvm@2x.png

727 Bytes
Loading

icons/single/file_type_llvm@3x.png

1.09 KB
Loading

icons/single/file_type_maven.png

323 Bytes
Loading

icons/single/file_type_maven@2x.png

674 Bytes
Loading

icons/single/file_type_maven@3x.png

1.01 KB
Loading

icons/svg/file_type_biome.svg

Lines changed: 3 additions & 0 deletions
Loading

icons/svg/file_type_cname.svg

Lines changed: 3 additions & 0 deletions
Loading

icons/svg/file_type_llvm.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)