summaryrefslogtreecommitdiff
path: root/pcr/pencil2d/pencil.xml
blob: 0f13b883071c50ea9f251d151dc675287ad70f02 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
    <mime-type type="application/x-pencil">
        <comment xml:lang="en">Pencil Animation</comment>
        <glob pattern="*.pcl" />
        <magic priority="80">
			<match value="&lt;!DOCTYPE PencilDocument" type="string" offset="0:64"/>
    	</magic>
    	<icon name="pencil"/>
  </mime-type>
</mime-info>