From 8916e81c4ee5055537b15711fda90f0780b9d7a2 Mon Sep 17 00:00:00 2001 From: Nikolai Kosjar Date: Wed, 7 Dec 2016 13:43:44 +0100 Subject: [PATCH] CppTools: Make objective c extension *.m unambiguous ...and thus avoid reading the file. The other candidate was "text/x-matlab". Change-Id: Ifb36b817cda654bcda37b7d675c2df4e60525a2b Reviewed-by: Eike Ziller --- src/plugins/cpptools/CppTools.mimetypes.xml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/src/plugins/cpptools/CppTools.mimetypes.xml b/src/plugins/cpptools/CppTools.mimetypes.xml index 5c542d98292..00866009ef7 100644 --- a/src/plugins/cpptools/CppTools.mimetypes.xml +++ b/src/plugins/cpptools/CppTools.mimetypes.xml @@ -37,9 +37,9 @@ example, STL ones like . Those can have a big initial comment exceeding 1000 chars, though. --> - - - + + + @@ -59,7 +59,7 @@ - + @@ -83,4 +83,13 @@ + + Objective-C source code + + + + + + +