From c2aeb17f1308c9d971df1fd3906bda6e99774bef Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Thu, 31 Oct 2024 12:49:12 +0100 Subject: [PATCH] CppEditor: Give CUDA MIME type more weight The Tika database contains a cu-seeme MIME type with glob pattern `*.cu`. Make sure that our own CUDA type takes precedence. Fixes: QTCREATORBUG-31921 Change-Id: Idb3871b08cbe9013fd0e2ea662f586901ca270f7 Reviewed-by: David Schulz --- src/plugins/cppeditor/CppEditor.json.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/cppeditor/CppEditor.json.in b/src/plugins/cppeditor/CppEditor.json.in index 7a7bf35b3bf..1133e32ae0b 100644 --- a/src/plugins/cppeditor/CppEditor.json.in +++ b/src/plugins/cppeditor/CppEditor.json.in @@ -34,7 +34,7 @@ " ", " ", " NVIDIA CUDA C source code", - " ", + " ", " ", " ",