Files
2026-04-03 18:45:37 +02:00

42 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-pes">
<comment>PES embroidery file</comment>
<glob pattern="*.pes"/>
<magic priority="50">
<match type="string" offset="0" value="#PES"/>
</magic>
</mime-type>
<mime-type type="application/x-dst">
<comment>DST Tajima embroidery file</comment>
<glob pattern="*.dst"/>
</mime-type>
<mime-type type="application/x-exp">
<comment>EXP Melco embroidery file</comment>
<glob pattern="*.exp"/>
</mime-type>
<mime-type type="application/x-jef">
<comment>JEF Janome embroidery file</comment>
<glob pattern="*.jef"/>
</mime-type>
<mime-type type="application/x-vp3">
<comment>VP3 Pfaff embroidery file</comment>
<glob pattern="*.vp3"/>
</mime-type>
<mime-type type="application/x-pec">
<comment>PEC Brother embroidery file</comment>
<glob pattern="*.pec"/>
<magic priority="50">
<match type="string" offset="0" value="#PEC"/>
</magic>
</mime-type>
<mime-type type="application/x-xxx">
<comment>XXX Singer embroidery file</comment>
<glob pattern="*.xxx"/>
</mime-type>
<mime-type type="application/x-sew">
<comment>SEW Janome embroidery file</comment>
<glob pattern="*.sew"/>
</mime-type>
</mime-info>