https://bugs.kde.org/show_bug.cgi?id=431011
Christoph Cullmann <cullm...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/util | |ities/kate/commit/010b6c711 | |112d82e804a844b5e3a07839ea9 | |c09e Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #2 from Christoph Cullmann <cullm...@kde.org> --- Git commit 010b6c711112d82e804a844b5e3a07839ea9c09e by Christoph Cullmann, on behalf of Waqar Ahmed. Committed on 23/01/2021 at 08:53. Pushed by cullmann into branch 'master'. Use the new theme function to provide better semantic highlighting This change is a second proposal for better semantic highlighting for C++. It can be considered as temporary till we are able to support for new API and till LSPs themselves add proper support for offical semantic tokens. Since we rely on the new API call (theme()), this change will only work for KF > 5.79. Related: bug 431014 M +1 -0 addons/lspclient/CMakeLists.txt M +6 -2 addons/lspclient/lspclientpluginview.cpp M +7 -0 addons/lspclient/lspclientprotocol.h M +6 -1 addons/lspclient/lspclientserver.cpp A +195 -0 addons/lspclient/lspsemantichighlighting.cpp [License: MIT] A +76 -0 addons/lspclient/lspsemantichighlighting.h [License: MIT] https://invent.kde.org/utilities/kate/commit/010b6c711112d82e804a844b5e3a07839ea9c09e -- You are receiving this mail because: You are watching all bug changes.