aboutsummaryrefslogtreecommitdiffstats
path: root/src/qttmlanguage
Commit message (Collapse)AuthorAgeFilesLines
* Disable previous QML syntax highlightingMiguel Costa2018-06-202-338/+0
| | | | | | | | | | Disabled the QML syntax highlighting previously in use. This is now superseded by the new syntax highlighting integrated with the Qt Declarative parser. Task-number: QTVSADDINBUG-501 Change-Id: I5f2567f0d1db4038df73e15219ea7363ab65da99 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* Reuse TextMate language files for QML and qmake syntax highlightingKarsten Heimrich2017-01-064-0/+688
We remove our rather slow Classifier implementation and reuse the existing files from Baptist Benoist and cpp-qt.tmbundle. The aforementioned files implement QML and qmake syntax highlighting based on Visual Studio's capability to load TextMate bundles. Reference repositories: vscode-qml: https://github.com/bbenoist/vscode-qml cpp-qt.tmbundle: https://github.com/textmate/cpp-qt.tmbundle Change-Id: Ie3d0e01e1991b441c8e02e45a9fef3674844d9bf Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>