https://bugs.kde.org/show_bug.cgi?id=447172
--- Comment #4 from Waqar Ahmed <waqar....@gmail.com> --- 1. You can't use for e.g "clangd" on some xyz language. A language server is made for a specific language(s) 2. A lot (probably a majority) of the LSPs don't support semantic tokens yet I tried doing this with Dart i.e., using a different mode to make things work just. But it was really bad so I ended up adding Dart support to KSyntaxHighlighting instead. So, this is just how we do things. If a new language server is out there whose programming language we don't support, then support for it should be added in KSH so that things work out of the box rather than providing some niche solution that 99.999% of the people will never figure out or care about. -- You are receiving this mail because: You are watching all bug changes.