blob: 14726add1ff4bdd7900c920755bc87c1474277ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
<?xml version="1.0" encoding="UTF-8" ?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-ldraw">
<comment>LDraw Model</comment>
<glob pattern="*.ldr" />
<glob pattern="*.LDR" />
<magic priority="60">
<match type="string" value="0\ ~Moved\ to" offset="0"/>
</magic>
<magic priority="60">
<match type="string" value="0\ LDRAW_ORG\ Part\ UPDATE" offset="0:1000"/>
</magic>
<magic priority="60">
<match type="string" value="0\ LDRAW_ORG\ Primitive" offset="0:1000"/>
</magic>
<magic priority="60">
<match type="string" value="0\ !LDRAW_ORG\ Part" offset="0:1000"/>
</magic>
<magic priority="60">
<match type="string" value="0\ !LDRAW_ORG\ Primitive" offset="0:1000"/>
</magic>
<magic priority="60">
<match type="string" value="0\ !LDRAW_ORG\ Shortcut" offset="0:1000"/>
</magic>
<magic priority="60">
<match type="string" value="0\ LDRAW_ORG\ Shortcut" offset="0:1000"/>
</magic>
<magic priority="60">
<match type="string" value="0\ Official\ LCad\ update" offset="0:1000"/>
</magic>
<magic priority="60">
<match type="string" value="0\ Official\ LCAD\ Part" offset="0:1000"/>
</magic>
<magic priority="60">
<match type="string" value="0\ Official\ LCad\ Part" offset="0:1000"/>
</magic>
<magic priority="60">
<match type="string" value="0\ Original\ LDraw\ Part" offset="0:1000"/>
</magic>
</mime-type>
<mime-type type="application/x-multipart-ldraw">
<comment>LDraw Model</comment>
<glob pattern="*.mpd" />
<glob pattern="*.MPD" />
<magic priority="60">
<match type="string" value="Author:\ MLCad" offset="0:1000"/>
</magic>
<magic priority="60">
<match type="string" value="0\ ROTATION\ CENTER\ " offset="0:1000"/>
</magic>
<magic priority="60">
<match type="string" value="0\ Unofficial\ Model" offset="0:1000"/>
</magic>
</mime-type>
</mime-info>
|