forked from tohojo/flent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
flent-mime.xml
22 lines (22 loc) · 861 Bytes
/
flent-mime.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-compressed-json">
<comment>Compressed JSON data</comment>
<sub-class-of type="application/gzip"/>
<glob pattern="*.json.gz"/>
</mime-type>
<mime-type type="application/vnd.flent.data+json">
<comment>Flent data file</comment>
<glob pattern="*.flent"/>
</mime-type>
<mime-type type="application/vnd.flent.data.gzip">
<comment>Flent data file (gzipped)</comment>
<sub-class-of type="application/gzip"/>
<glob pattern="*.flent.gz"/>
</mime-type>
<mime-type type="application/vnd.flent.data.bzip2">
<comment>Flent data file (bzipped)</comment>
<sub-class-of type="application/x-bzip2"/>
<glob pattern="*.flent.bz2"/>
</mime-type>
</mime-info>