On 19 September 2013 09:35, Lex Trotman <elextr@gmail.com> wrote:

Have you tried to see if the javascript lexer and parser work well enough for QML? its supposed to be based on js.

Looks like the js lexer works ok, but the parser simply treats QML constructs as data and skips them, oh well.

Not sure how easy a regex parser will be, IIUC QML symbols are specified as the id: property inside the object, meaning you need to handle nested context.

Cheers
Lex

 

Cheers
Lex