-
First, thank you so much for your effort making a great theme, this looks really good. It would even be better if the theme could support semantic highlighting, please consider supporting it, thank yo…
-
I'm not sure how it could be implemented and how much has to be changed in per-language modes, but it would be really cool to have it.
Inspiration/source: https://medium.com/p/3a6db2743a1e.
-
Before I enabled semantic highlighting (to achieve proper highlighting of records), a comment with three slashes looked like this:
![Highlighting with semanticHighlighting disabled](https://user-im…
-
VSCode 1.44 allows language servers to provide semantic highlighting. It would be nice if this extension did this as well for things like `Conditions` or other expressions. See for example [DeltaXML/v…
-
I noticed a few issues with Salsa's macro that impact the accuracy of rust-analyzer's semantic highlighting. While the [syntax theme](https://github.com/matklad/pale-fire) that I'm using has support f…
-
`vscode-rzk` supports semantic highlighting via LSP. However, `happy` seems to fail on incorrect output.
On the other hand, [lezer](https://lezer.codemirror.net/docs/guide/) has error-recovery mec…
-
Please add semantic highlighting support to the vscode haxe extension.
ghost updated
3 years ago
-
Hello!
Given that we have `lsp-document-symbol` and `lsp-references`, is it possible to implement a basic general purpose semantic highlighting feature using kakoune's `dynregex`? Is it feasible?
…
-
It would be nice if there was semantic highlighting or some form of semantic iconography throughout the documentation. So we can tell when something is a `struct`, `delegate`, `enum`, `class`, method,…
-
`nimsuggest` already has powerful highlighting capability via the `highlight` command. I'd like to see this exposed via the LSP interface.
The current proposal for semantic highlighting in LSP (htt…