Skip to content
Snippets Groups Projects
Commit c7c0386a authored by Roberto Raggi's avatar Roberto Raggi
Browse files

Fixes: Mime type for objc files.

parent bb095fad
No related branches found
No related tags found
No related merge requests found
...@@ -44,4 +44,15 @@ ...@@ -44,4 +44,15 @@
<glob pattern="*.C"/> <glob pattern="*.C"/>
<glob pattern="*.inl"/> <glob pattern="*.inl"/>
</mime-type> </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> </mime-info>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment