From 6fd4bcbc368f88a0cdb6b439d9643e357851040e Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 2 Apr 2019 14:51:16 +0200 Subject: [PATCH] Doc: Fix info about generic highlighting in Configuring Qt Creator Change-Id: Ic2e2154f64abff3d7ad88dbce2e530ecee6839d1 Reviewed-by: David Schulz --- doc/src/overview/creator-only/creator-configuring.qdoc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/src/overview/creator-only/creator-configuring.qdoc b/doc/src/overview/creator-only/creator-configuring.qdoc index 0a3096737b8..d6a91039ed9 100644 --- a/doc/src/overview/creator-only/creator-configuring.qdoc +++ b/doc/src/overview/creator-only/creator-configuring.qdoc @@ -124,10 +124,11 @@ For more information, see \l{Defining Color Schemes}. - Generic highlighting is based on highlight definition files that are - provided by the - \l{http://kate-editor.org/2005/03/24/writing-a-syntax-highlighting-file/} - {Kate Editor}. You can download highlight definition files for use with \QC. + Generic highlighting is provided by + \l{https://api.kde.org/frameworks/syntax-highlighting/html/index.html} + {KSyntaxHighlighting}, which is the syntax highlighting engine for Kate + syntax definitions. \QC comes with most of the commonly used syntax files, + and you can download additional files. To download and use highlight definition files, select \uicontrol Tools > \uicontrol Options > \uicontrol {Text Editor} > \uicontrol {Generic Highlighter}.