72aabf1920
* 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
14 lines
No EOL
481 B
XML
14 lines
No EOL
481 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-gambasscript">
|
|
<sub-class-of type="application/x-executable"/>
|
|
<sub-class-of type="text/plain"/>
|
|
<comment>Gambas script</comment>
|
|
<comment xml:lang="fr">Script Gambas</comment>
|
|
|
|
<magic priority="50">
|
|
<match value="#!/usr/bin/env gbs3" type="string" offset="0"/>
|
|
</magic>
|
|
<glob pattern="*.g"/>
|
|
</mime-type>
|
|
</mime-info> |