QML icon indicating copy to clipboard operation
QML copied to clipboard

QML support for Sublime Text and Sublime Merge

Results 3 QML issues
Sort by recently updated
recently updated
newest added

Who would've though, this isn't reserved, just like `property` word itself. Very context-dependent, much look-ahead, wow. ![image](https://github.com/SublimeText/QML/assets/6737986/7244afd4-05d4-4e3a-b102-1430b0b5c63a) ```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...