brijeshb42 / monaco-themes

Themes to be used and generated with monaco-editor in web browser
https://editor.bitwiser.in/
MIT License
435 stars 65 forks source link

Feature Request: Semantic Highlighting support #32

Closed EvanWiederspan closed 9 months ago

EvanWiederspan commented 9 months ago

It'd be nice if these themes supported extra styling for when semantic highlighting is enabled, https://code.visualstudio.com/api/language-extensions/semantic-highlight-guide

brijeshb42 commented 9 months ago

Semantic tokenization allows language servers to provide additional token information based on the language server's knowledge on how to resolve symbols in the context of a project.

This particular feature depends on the language server as well and cannot achieved in a standalone way. So closing this.