Awesome
Go Syntax
Rich Syntax Highlighting for Go language
With this extension, your favorite theme will be able to color your code better.
NOTE: Go Syntax became the default Go grammar in the official VS Code in v1.86 (release note).
About
Go Syntax improves your coding experience by providing client-side syntax highlighting based on TextMate rules. This means you can enjoy advanced code coloring without relying on the Language Server Protocol (LSP).
Go Syntax is compatible with various platforms, including web-based code editors like vscode.dev and github.dev.
⚠️ Warning: Gopls' ui.semanticTokens
setting is disabled by default and shouldn't be enabled if you want to use this extension.
Comparisons (Before - After)
Dark+ Theme - Before
Dark+ Theme - After
Dracula Theme - Before
Dracula Theme - After
Ayu Dark Theme - Before
Ayu Dark Theme - After
Contributing
Yes, please! Feel free to contribute.
Credits
This extension enhances better-go-syntax with new features.
Semantic tokens tested thanks to the vscode-tmgrammar-test.