Closed
Description
$ hx --health qml
Language 'qml' not found
As always, thanks for this awesome project. I truly mean it since it has changed the way I work! :D
It would be amazing if we had support for highlighting qml files inside Helix. QtQml (https://doc.qt.io/qt-6/qtqml-documents-topic.html) is a nice framework by Qt that allows for building UIs using (mostly) a declarative approach. The .qml files hosts the description of the UI, with a little bit of logic tied only to the UX/UI side of things.
Is this something that would be easy to add?
According to this: https://bugreports.qt.io/browse/QTBUG-68406, QtQml now offers a language server (qmlls
)
I'd be happy to take a stab at it, in my free time, if that helps.
Thanks!
Valerio