gambas-source-code/main/mime/application-x-gambas.xml
Benoît Minisini 72aabf1920 [CONFIGURATION]
* BUG: Try to detect correctly all X11 linking paramters.

[64 BITS]
* NEW: Start to remove all ambiguous datatypes.

[DEVELOPMENT ENVIRONMENT]
* NEW: The gambas2 project was renamed to gambas3.
* BUG: The completion and signature font sizes are now the default one.
* NEW: Add support for Basque language.

[WIKI CGI SCRIPT]
* BUG: The symbol pages work again, and inheritance between class belonging
  to different components now is taken into account correctly.

[SCRIPTER]
* NEW: The gbs2 project was renamed to gbs3.


git-svn-id: svn://localhost/gambas/trunk@914 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2008-01-05 14:07:21 +00:00

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