libanjuta: bgo #696984 - Fix function argument name typos in documentation comments
[anjuta.git] / mime / anjuta.xml
blob1f22c2359b969da79c5063ad074561fde8091b10
1 <?xml version="1.0" encoding="UTF-8"?>
2 <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
3   <mime-type type="application/x-anjuta">
4     <comment>Anjuta IDE Project</comment>
5         <magic priority="80">
6            <match value="# Anjuta" type="string" offset="0"/>
7        <match value="&lt;anjuta&gt;" type="string" offset="20:100"/>
8      </magic>
9     <glob pattern="*.anjuta"/>
10     <glob pattern="*.prj"/>
11   </mime-type>
12   <mime-type type="application/x-anjuta-project-template">
13     <sub-class-of type="application/xml"/>
14     <comment>Anjuta IDE Project Template</comment>
15     <glob pattern="*.wiz"/>
16   </mime-type>
17   <mime-type type="application/x-anjuta-compressed-project-template">
18     <sub-class-of type="application/x-compressed-tar"/>
19     <comment>Anjuta IDE Compressed Project Template</comment>
20     <glob pattern="*.wiz.tgz"/>
21   </mime-type>
22 </mime-info>