From b61d11a446ff50b604f3f0a6e458e04a0b774897 Mon Sep 17 00:00:00 2001 From: David Schulz Date: Mon, 19 Nov 2018 11:08:44 +0100 Subject: [PATCH] QmlJsTools: add mimetype for JavaScript modules Fixes: QTCREATORBUG-21517 Change-Id: I18b2b309279f40c3dd4cdee2e7cf27c25fa4984a Reviewed-by: Eike Ziller --- src/plugins/qmljstools/QmlJSTools.json.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/plugins/qmljstools/QmlJSTools.json.in b/src/plugins/qmljstools/QmlJSTools.json.in index 0a1d9945806..0902c0ec9ef 100644 --- a/src/plugins/qmljstools/QmlJSTools.json.in +++ b/src/plugins/qmljstools/QmlJSTools.json.in @@ -57,6 +57,11 @@ \" JSON file\", \" \", \" \", + \" \", + \" \", + \" Javascript module\", + \" \", + \" \", \"\" ] }