1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-bluefish-project">
<sub-class-of type="text/plain" />
<comment>Bluefish project file</comment>
<glob pattern="*.bfproject" />
</mime-type>
<mime-type type="application/x-bluefish-language2">
<sub-class-of type="application/xml" />
<comment>Bluefish language definition file</comment>
<magic priority="90">
<match value="<bflang" type="string" offset="0:1024" />
<match value="<bfinc" type="string" offset="0:1024" />
</magic>
<glob pattern="*.bflang2" />
<glob pattern="*.bfinc" />
<root-XML namespaceURI="http://bluefish.openoffice.nl/bflang2" localName="bflang" />
</mime-type>
</mime-info>
|