forked from qt-creator/qt-creator
Fix open QML file when the kate QML highlighter file are installed
Apparently creator uses the kate highlighter file to find the mumetype of a file. But kate annotate qml file with text/x-qml instead of application/x-qml that we expect
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
|
||||
<mime-type type="application/x-qml">
|
||||
<alias type="text/x-qml"/>
|
||||
<sub-class-of type="text/plain"/>
|
||||
<comment>QML file</comment>
|
||||
<glob pattern="*.qml"/>
|
||||
|
||||
Reference in New Issue
Block a user