aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclient.qbs
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@qt.io>2019-06-12 12:55:06 +0200
committerDavid Schulz <david.schulz@qt.io>2019-06-21 08:37:11 +0000
commit307f1d8e6eb24a88c2113b6b03b3133092ff81b7 (patch)
tree33f14c95e59a902d4abab3569c6b04359ceed2c0 /src/plugins/languageclient/languageclient.qbs
parentb6a9f0245b2aff4d9507a476203fba027ccd6cdb (diff)
LanguageClient: add support for proposed semantic highlight
implements the current proposal for the semantic highlighting via the language server protocol. https://github.com/microsoft/vscode-languageserver-node/pull/367 Change-Id: I857d606fcf5c782e0ea8e18e5d098edd26286aed Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
Diffstat (limited to 'src/plugins/languageclient/languageclient.qbs')
-rw-r--r--src/plugins/languageclient/languageclient.qbs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/languageclient/languageclient.qbs b/src/plugins/languageclient/languageclient.qbs
index 13ca210570..5ff9c34075 100644
--- a/src/plugins/languageclient/languageclient.qbs
+++ b/src/plugins/languageclient/languageclient.qbs
@@ -44,5 +44,7 @@ QtcPlugin {
"languageclientutils.h",
"locatorfilter.cpp",
"locatorfilter.h",
+ "semantichighlightsupport.cpp",
+ "semantichighlightsupport.h",
]
}