From cf3cd8043b24f295516c9b5fa2b8112bf860bed7 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 17 Sep 2019 15:57:11 +0200 Subject: [PATCH] Doc: Add semantic highlighting to supported LSP services Change-Id: I259aaac905b3950e10be48912e95cfca0596b1d1 Reviewed-by: David Schulz --- doc/src/editors/creator-only/creator-language-server.qdoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/src/editors/creator-only/creator-language-server.qdoc b/doc/src/editors/creator-only/creator-language-server.qdoc index 9dc5d1e84ff..b354f762b43 100644 --- a/doc/src/editors/creator-only/creator-language-server.qdoc +++ b/doc/src/editors/creator-only/creator-language-server.qdoc @@ -39,6 +39,9 @@ \list \li \l{Completing Code}{Code completion} \li Highlighting the symbol under cursor + \li \l{Semantic Highlighting}{Semantic highlighting}, as defined in + \l{https://github.com/microsoft/vscode-languageserver-node/pull/367} + {Proposal of the semantic highlighting protocol extension} \li Navigating in the code by using the \l{Searching with the Locator} {locator} or \l{Moving to Symbol Definition or Declaration} {moving to the symbol definition}