-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
releasedIncluded in a releaseIncluded in a releasevscode 🔨Issues regarding tools like the VS Code extensionIssues regarding tools like the VS Code extension
Description
Is your feature request related to a problem? Please describe.
Template strings are currently fully rendered with a single color, even the template expression.
Describe the solution you'd like
Template expressions should stand out, which requires semantic highlighting.
- LSP4J used to have an unofficial way of providing semantic highlighting, which is now removed
- This was also removed from Xtext
- LSP4J supports Semantic Tokens (LSP v3.16)
- It does not yet seem to be supported by Xtext
Metadata
Metadata
Assignees
Labels
releasedIncluded in a releaseIncluded in a releasevscode 🔨Issues regarding tools like the VS Code extensionIssues regarding tools like the VS Code extension
Type
Projects
Status
✔️ Done