diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/freedesktop.org.xml.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in index 41c7ef6..a2a8b87 100644 --- a/data/freedesktop.org.xml.in +++ b/data/freedesktop.org.xml.in @@ -6416,6 +6416,16 @@ command to generate the output files. <comment>X window image</comment> <glob pattern="*.xwd"/> </mime-type> + <mime-type type="image/x-kiss-cel"> + <comment>KiSS cel</comment> + <acronym>KiSS</acronym> + <expanded-acronym>Kisekae Set System</expanded-acronym> + <magic> + <match type="string" value="KiSS" offset="0"/> + </magic> + <glob pattern="*.cel"/> + <glob pattern="*.kcf"/> + </mime-type> <mime-type type="inode/blockdevice"> <comment>Block device</comment> </mime-type> |