summaryrefslogtreecommitdiff
path: root/pcr/pencil2d/pencil.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/pencil2d/pencil.xml')
-rw-r--r--pcr/pencil2d/pencil.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pcr/pencil2d/pencil.xml b/pcr/pencil2d/pencil.xml
new file mode 100644
index 000000000..0f13b8830
--- /dev/null
+++ b/pcr/pencil2d/pencil.xml
@@ -0,0 +1,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>