From a40af1a4f0f6be982e519ae7e9e2caa37b1e9a28 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Thu, 28 Nov 2019 15:27:49 +0100 Subject: [PATCH] Python: Extend supported MIME types When using Python 3.x together with a respective LSP you may end up inside pyi files when using follow symbol. Ensure a more user-friendly handling of these files. Change-Id: Ied6528f0ad0ac6090fe8873f33b6e1a73ab9a5de Reviewed-by: Eike Ziller --- src/plugins/python/Python.json.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/plugins/python/Python.json.in b/src/plugins/python/Python.json.in index b74b0e48633..3e62d146313 100644 --- a/src/plugins/python/Python.json.in +++ b/src/plugins/python/Python.json.in @@ -25,6 +25,11 @@ \" Python source file without console\", \" \", \" \", + \" \", + \" \", + \" Python module interface file\", + \" \", + \" \", \" \", \" \", \" Qt Creator Python project file\",