I am trying to implement custom syntax highlighting in Qt (C++) using QScintilla, however, the documentation is somehow poor. I googled and only found a tutorial for PyQt (qscintilla.com). I am using C++ not Python.
So where can I start? I have noticed that there is a class QSciLexCustom
but it looks really confusing for me.
Actually, my custom syntax is quite similar to C++ and one of the different features is using
$
before a variable.