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
internal: Undo special bracket classification for attributes in vscode config
I changed this thinking the `#` could be considered part of the bracket but on second though I don't think that's quite right in general.
Fixes#16449
The macro brackets are not colored in the latest version.
rust-analyzer version: 0.3.1823-standalone (7219414 2024-01-27)
rustc version: (irrelevant)
relevant settings: VSCode, a new settings profile with default configuration, only rust-analyzer installed
Example:
This looks like this in the latest version (default theme):

Before the update (rust-analyzer version: 0.3.1815-standalone (d410d4a 2024-01-21)), it looked different:

Notice the highlighted outer bracket pair, which does not happen in the latest version.
I also tried the Pre-Release version of the extension (rust-analyzer version: 0.4.1824-standalone (d13951f 2024-01-29)), but there are no changes.
The text was updated successfully, but these errors were encountered: