forked from qt-creator/qt-creator
Try to satisfy autotests for the generic highlighter engine.
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
#define HIGHLIGHTER_H
|
#define HIGHLIGHTER_H
|
||||||
|
|
||||||
#include "basetextdocumentlayout.h"
|
#include "basetextdocumentlayout.h"
|
||||||
#include <texteditor/syntaxhighlighter.h>
|
#include "syntaxhighlighter.h"
|
||||||
|
|
||||||
#include <QtCore/QString>
|
#include <QtCore/QString>
|
||||||
#include <QtCore/QVector>
|
#include <QtCore/QVector>
|
||||||
|
@@ -22,7 +22,7 @@ HEADERS += \
|
|||||||
basetextdocumentlayout.h \
|
basetextdocumentlayout.h \
|
||||||
formats.h \
|
formats.h \
|
||||||
tabsettings.h \
|
tabsettings.h \
|
||||||
texteditor/syntaxhighlighter.h \
|
syntaxhighlighter.h \
|
||||||
$$GENERICHIGHLIGHTERDIR/highlighter.h \
|
$$GENERICHIGHLIGHTERDIR/highlighter.h \
|
||||||
$$GENERICHIGHLIGHTERDIR/context.h \
|
$$GENERICHIGHLIGHTERDIR/context.h \
|
||||||
$$GENERICHIGHLIGHTERDIR/dynamicrule.h \
|
$$GENERICHIGHLIGHTERDIR/dynamicrule.h \
|
||||||
|
Reference in New Issue
Block a user