Files
qt-creator/src/libs/qmljs
Christian Kamm 419bc3005e Add QmlJS::Document::ast() for when the type of the AST doesn't matter.
Ideally most of our visitors won't need to make the QML vs JS
distinction. For these cases it'll be handy to be able to access the AST
no matter whether it's a Program or UiProgram.
2010-01-19 10:16:57 +01:00
..

Syntax highlighter for Qt script courtesy of Simon.

Exists as a duplicate in Designer.