jdinhify / vscode-theme-gruvbox

Gruvbox theme for vscode based on https://github.com/morhetz/gruvbox
https://marketplace.visualstudio.com/items?itemName=jdinhlife.gruvbox
MIT License
267 stars 63 forks source link

C# syntax highlighting is broken after the latest update #84

Open LudwigEffort opened 8 months ago

LudwigEffort commented 8 months ago

Before (v1.8.0) gruvbox_bug_before

After update to v.1.12.0 gruvbox_bug_after

The highlighted difference between access keywords, booleans and calling methods is broken.

If I downgrade, the issue goes away.

juansalvatore commented 8 months ago

I'm having the same issue. For anyone with the same issue this is how you can go back to the previous version for now: https://code.visualstudio.com/updates/v1_30#_install-previous-versions

cortlin commented 8 months ago

Same here for TS and rust files.

jdinhify commented 8 months ago

Thanks for reporting @juansalvatore @LudwigEffort @cortlin , and apologies for the inconvenience caused 🙏

If you prefer the old version, you might try turning off semanticHighlighting by putting this in your preference file

  "editor.semanticHighlighting.enabled": false

I'll try looking at making the c# syntax looking similar to when there's no semanticHighlighting