fwcd / kotlin-language-server

Kotlin code completion, diagnostics and more for any editor/IDE using the Language Server Protocol
MIT License
1.65k stars 206 forks source link

Re-add semantic tokens for string literals without covering up interpolations #549

Open fwcd opened 8 months ago

fwcd commented 8 months ago

We should re-add the semantic tokens for strings removed in #548, but in a way that they don't overlap with interpolations.