gambas-source-code/main/mime/application-x-gambas3.xml
Benoît Minisini 1707e07b34 [CONFIGURATION]
* BUG: Fix mime type registration.


git-svn-id: svn://localhost/gambas/trunk@4178 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2011-10-08 17:17:39 +00:00

12 lines
No EOL
459 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-gambas3">
<sub-class-of type="application/x-executable"/>
<comment>Gambas 3 executable</comment>
<comment xml:lang="fr">Exécutable Gambas 3</comment>
<magic priority="50">
<match type="string" value="#! /usr/bin/env gbr3" offset="0"/>
</magic>
<glob pattern="*.gambas" />
</mime-type>
</mime-info>