Skip to content

Commit fe97aa8

Browse files
authored
Refactor MIME types list for clarity
1 parent b794e7d commit fe97aa8

File tree

1 file changed

+22
-26
lines changed

1 file changed

+22
-26
lines changed
Lines changed: 22 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,24 @@
11
Add the following MIME types with file extensions:
22

3-
'.appcache' : 'text/cache-manifest',
4-
'.manifest' : 'text/cache-manifest',
5-
'.ics' : 'text/calendar',
6-
'.ifb' : 'text/calendar',
7-
'.cql' : 'text/cql',
8-
'.csvs' : 'text/csv-schema',
9-
'.gff3' : 'text/gff3',
10-
'.cnd' : 'text/jcr-cnd',
11-
'.miz' : 'text/mizar',
12-
'.org' : 'text/org',
13-
'.provn' : 'text/provenance-notation',
14-
'.shaclc' : 'text/shaclc',
15-
'.shc' : 'text/shaclc',
16-
'.shex' : 'text/shex',
17-
'.spdx' : 'text/spdx',
18-
'.ttl' : 'text/turtle',
19-
'.uri' : 'text/uri-list',
20-
'.uris' : 'text/uri-list',
21-
'.vcard' : 'text/vcard',
22-
'.vcf' : 'text/vcard',
23-
'.ascii' : 'text/vnd.ascii-art',
24-
'.curl' : 'text/vnd.curl',
25-
'.gml' : 'text/vnd.gml',
26-
'.gv' : 'text/vnd.graphviz',
27-
'.wgsl' : 'text/wgsl',
28-
'.ent' : 'text/xml-external-parsed-entity'
3+
- '.appcache' and '.manifest' : 'text/cache-manifest',
4+
- '.ics' and '.ifb' : 'text/calendar',
5+
- '.cql' : 'text/cql',
6+
- '.csvs' : 'text/csv-schema',
7+
- '.gff3' : 'text/gff3',
8+
- '.cnd' : 'text/jcr-cnd',
9+
- '.miz' : 'text/mizar',
10+
- '.org' : 'text/org',
11+
- '.provn' : 'text/provenance-notation',
12+
- '.shaclc' and '.shc' : 'text/shaclc',
13+
- '.shex' : 'text/shex',
14+
- '.spdx' : 'text/spdx',
15+
- '.ttl' : 'text/turtle',
16+
- '.uri' and '.uris' : 'text/uri-list',
17+
- '.vcard' and '.vcf' : 'text/vcard',
18+
- '.ascii' : 'text/vnd.ascii-art',
19+
- '.curl' : 'text/vnd.curl',
20+
- '.gml' : 'text/vnd.gml',
21+
- '.gv' : 'text/vnd.graphviz',
22+
- '.wgsl' : 'text/wgsl',
23+
- '.ent' : 'text/xml-external-parsed-entity'
24+

0 commit comments

Comments
 (0)