19 #ifndef OST_GUI_PYTHON_SYNTAX_HIGHLIGHTER_HH
20 #define OST_GUI_PYTHON_SYNTAX_HIGHLIGHTER_HH
29 #include <QSyntaxHighlighter>
30 #include <QTextDocument>
31 namespace ost {
namespace gui {
46 std::map<PythonToken::Type,QTextCharFormat> formats_;
47 std::map<BlockType,QTextBlockFormat> block_formats_;
virtual void highlightBlock(const QString &text_block)
hightlight the given block of text. Called by QTextDocument upon need
PythonSyntaxHighlighter(QTextDocument *parent)
#define DLLEXPORT_OST_GUI