aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclient.pro
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.pro
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.pro')
-rw-r--r--src/plugins/languageclient/languageclient.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/languageclient/languageclient.pro b/src/plugins/languageclient/languageclient.pro
index b2d39acf16c..755c0bcc29c 100644
--- a/src/plugins/languageclient/languageclient.pro
+++ b/src/plugins/languageclient/languageclient.pro
@@ -17,7 +17,8 @@ HEADERS += \
languageclientquickfix.h \
languageclientsettings.h \
languageclientutils.h \
- locatorfilter.h
+ locatorfilter.h \
+ semantichighlightsupport.h
SOURCES += \
@@ -34,7 +35,8 @@ SOURCES += \
languageclientquickfix.cpp \
languageclientsettings.cpp \
languageclientutils.cpp \
- locatorfilter.cpp
+ locatorfilter.cpp \
+ semantichighlightsupport.cpp
RESOURCES += \
languageclient.qrc