-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Semantic token highlighting #326
Labels
type: syntax
Syntax highlighting
Comments
charconstpointer
changed the title
Golang token highlighting when using go extension
Semantic token highlighting
Sep 23, 2022
Yes I came here for the exact same reason - %v in go strings is not highlighted! |
Ohh.. ok. Let's reopen it for further improvements. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems like this theme does not support semantic highlighting https://code.visualstudio.com/api/language-extensions/semantic-highlight-guide
Github Theme
with"gopls": { "ui.semanticTokens": true }
Dark+
with"gopls": { "ui.semanticTokens": true }
Dark+
with"gopls": { "ui.semanticTokens": false }
Will this be supported in the future?
The text was updated successfully, but these errors were encountered: