forked from qt-creator/qt-creator
TextEditor: replace generic highlighter with ksyntaxhighlighting
Fixes: QTCREATORBUG-21029 Change-Id: I9894c4384e0e47da6bf030b7b8e07c3ad4737ff3 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
#include "snippetprovider.h"
|
||||
|
||||
#include "texteditorplugin.h"
|
||||
#include <texteditor/texteditorplugin.h>
|
||||
|
||||
#include <utils/algorithm.h>
|
||||
|
||||
|
||||
@@ -29,10 +29,10 @@
|
||||
#include "snippet.h"
|
||||
#include "snippetscollection.h"
|
||||
#include "snippetssettings.h"
|
||||
#include "textdocument.h"
|
||||
#include "ui_snippetssettingspage.h"
|
||||
|
||||
#include <coreplugin/icore.h>
|
||||
#include <texteditor/textdocument.h>
|
||||
#include <texteditor/texteditorconstants.h>
|
||||
#include <texteditor/texteditorsettings.h>
|
||||
#include <extensionsystem/pluginmanager.h>
|
||||
|
||||
Reference in New Issue
Block a user