TextEditor: replace generic highlighter with ksyntaxhighlighting

Fixes: QTCREATORBUG-21029
Change-Id: I9894c4384e0e47da6bf030b7b8e07c3ad4737ff3
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
David Schulz
2018-11-08 11:39:48 +01:00
parent 1c77d7e1a7
commit 14834e6b0a
198 changed files with 16280 additions and 9006 deletions

View File

@@ -25,7 +25,7 @@
#include "snippetprovider.h"
#include "texteditorplugin.h"
#include <texteditor/texteditorplugin.h>
#include <utils/algorithm.h>

View File

@@ -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>