From 02bac284885be6760102f92ba3eadb0bd9354d24 Mon Sep 17 00:00:00 2001 From: David Schulz Date: Thu, 29 Feb 2024 14:34:26 +0100 Subject: TextEditor: add mime type for device tree source files Fixes: QTCREATORBUG-19029 Change-Id: I1959681cb7e0f9466cea3344836d7029a98b4548 Reviewed-by: Eike Ziller --- src/plugins/texteditor/TextEditor.json.in | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'src/plugins/texteditor/TextEditor.json.in') diff --git a/src/plugins/texteditor/TextEditor.json.in b/src/plugins/texteditor/TextEditor.json.in index 5fbf3e3067b..447d9c91c67 100644 --- a/src/plugins/texteditor/TextEditor.json.in +++ b/src/plugins/texteditor/TextEditor.json.in @@ -15,5 +15,15 @@ "Category" : "Core", "Description" : "Text editor framework and the implementation of the basic text editor.", "Url" : "http://www.qt.io", - ${IDE_PLUGIN_DEPENDENCIES} + ${IDE_PLUGIN_DEPENDENCIES}, + "Mimetypes" : [ + "", + "", + " ", + " Device tree source files", + " ", + " ", + " ", + "" + ] } -- cgit v1.2.3