mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
11 lines
409 B
XML
11 lines
409 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
|
<mime-type type="application/x-freemind">
|
|
<comment>FreeMind Map</comment>
|
|
<magic priority="80">
|
|
<match value="<map version" type="string" offset="0:20"/>
|
|
<match value="FreeMind" type="string" offset="50:100"/>
|
|
</magic>
|
|
<glob pattern="*.mm"/>
|
|
</mime-type>
|
|
</mime-info>
|