github-vscode-theme icon indicating copy to clipboard operation
github-vscode-theme copied to clipboard

Semantic token highlighting

Open charconstpointer opened this issue 2 years ago • 5 comments

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 }

Screenshot 2022-09-24 at 00 51 31

Dark+ with "gopls": { "ui.semanticTokens": true }

Screenshot 2022-09-24 at 00 51 24

Dark+ with "gopls": { "ui.semanticTokens": false }

Screenshot 2022-09-24 at 00 51 08

Will this be supported in the future?

charconstpointer avatar Sep 23 '22 22:09 charconstpointer

Yes I came here for the exact same reason - %v in go strings is not highlighted!

ShadiestGoat avatar Nov 02 '22 16:11 ShadiestGoat

I believe that there is actual support for semantic highlighting to some extent actually! On GitHub Dark Default, are differences between a regular string and %v, image

It is just very low contrast

ShadiestGoat avatar Nov 02 '22 17:11 ShadiestGoat

image image

ShadiestGoat avatar Nov 02 '22 17:11 ShadiestGoat

@simurai I think this issue is not closed with #337 alone.

soraros avatar Jan 02 '23 06:01 soraros

I think this issue is not closed with https://github.com/primer/github-vscode-theme/pull/337 alone.

Ohh.. ok. Let's reopen it for further improvements.

simurai avatar Jan 03 '23 01:01 simurai