You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this is actually a bug, but certain keywords like const, struct, fn etc are not being highlighted / italicized. This has been the case for pre-release versions in VSCode for the past few weeks, while the release version hasn't changed.
The only difference between the screenshots below is the version, all the settings are the same (semantic highlighting is enabled).
Ye I noticed this too, we now honor the augmentsSyntaxTokens capability #14777, but as it turns out the VSCode text mate grammar is not that great. Was thinking of what we can do here but I think we just need to disable it for now again.
I don't know if this is actually a bug, but certain keywords like
const
,struct
,fn
etc are not being highlighted / italicized. This has been the case forpre-release
versions in VSCode for the past few weeks, while therelease
version hasn't changed.The only difference between the screenshots below is the version, all the settings are the same (semantic highlighting is enabled).
rustc version: rustc 1.71.0-nightly (ce5919fce 2023-05-15)
server stopped / no extension:
rust-analyzer release version: 0.3.1506-standalone
rust-analyzer pre-release version: 0.4.1510-standalone
The text was updated successfully, but these errors were encountered: