-
Language servers (LSP4E project) could provide semantic tokens with highlight information for Java files. These semantic tokens are primarily for languages embedded into Java. For example Spring Java …
-
# Bug Report
## Environment
Zola version: 0.19.1
## Expected Behavior
Adding line numbers should not substantially affect the semantic markup of a code block. In particular, it shouldn't s…
-
Semantic highlighting unfortunately makes TODO/NOTE/etc. strings in comments unreadable with the color scheme I use (https://github.com/rebelot/kanagawa.nvim), but it can be useful otherwise. Is there…
-
Semantic highlighting was released in the LSP 3.16 spec. If it could be implemented in the long run, would be great
-
Since 1.43, VSCode themes can take advantage of [semantic highlighting](https://code.visualstudio.com/docs/getstarted/themes#_semantic-highlighting).
Every theme controls whether semantic tokens ar…
-
currently the semantic highlighting assumes your editor already does the basic syntax highlighting, but vscode's sucks because it uses an abandoned 3rd party package (https://github.com/microsoft/pyla…
-
1. I expect the first four characters to be highlighted but nothing happens.
1. There is no documentation really for any of the functions but `releaseDocumentSemanticTokens` in particular is not clea…
-
Semantic highlighting has less support compared to other languages. Now, this may be low-priority for pretty colors, but it makes things more cohesive (and for me, the pretty colors help differentiate…
-
https://github.com/microsoft/vscode/wiki/Semantic-Highlighting-Overview
-
Currently, R code looks pretty much unicolor since all identifiers are in the default color. [Semantic Highlighting](https://blog.jetbrains.com/pycharm/2017/01/make-sense-of-your-variables-at-a-glance…