Open
Description
https://en.wikipedia.org/wiki/QML
QML is a user interface markup language. It is a declarative language (similar to CSS and JSON) for designing user interface–centric applications. Inline JavaScript code handles imperative aspects. It is associated with Qt Quick, the UI creation kit originally developed by Nokia within the Qt framework. Qt Quick is used for mobile applications where touch input, fluid animations and user experience are crucial.
I suggest to also include .qrc extension because in QML files are added to application by including them in qrc file
Another extension that would make sense to include is .js, since .qml file can import .js files
--type-set=qml:ext:qml,qrc,js