Fixes: Mime type for objc files.

This commit is contained in:
Roberto Raggi
2009-02-05 14:33:38 +01:00
parent bb095fadd2
commit c7c0386a34

View File

@@ -44,4 +44,15 @@
<glob pattern="*.C"/>
<glob pattern="*.inl"/>
</mime-type>
<mime-type type="text/x-objcsrc">
<comment>Objective-C source code</comment>
<sub-class-of type="text/x-csrc"/>
<magic priority="30">
<match value="#import" type="string" offset="0"/>
</magic>
<glob pattern="*.m"/>
<glob pattern="*.mm"/>
</mime-type>
</mime-info>