QML
QML copied to clipboard
QML support for Sublime Text and Sublime Merge
Who would've though, this isn't reserved, just like `property` word itself. Very context-dependent, much look-ahead, wow.  ```qml Object { required: value required.property: value } ```
Apparently, with custom parser it is legal to have Uppercase property names in QML: ```qml ListModel { id: baseModel ListElement { Description: "Us" } ListElement { Description: "Them" } }...
In CMake syntax all the builtin/support names are contained in an auto-generated file, separately from the main syntax highlight definitions. Something similar could be done to QML syntax, considering most...