message-view: Remove trailing spaces
[anjuta.git] / mime / anjuta.xml
blob4762002c9971dcbed80142b3bb2af2e35a20c305
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-compressed-project-template">
13     <sub-class-of type="application/x-compressed-tar"/>
14     <comment>Anjuta IDE Compressed Project Template</comment>
15     <glob pattern="*.wiz.tgz"/>
16   </mime-type>
17 </mime-info>