Skip to content

Improve Rust macro highlighting #28182

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 5, 2025
Merged

Conversation

chbk
Copy link
Contributor

@chbk chbk commented Apr 6, 2025

Release Notes:

  • Improved Rust macro highlighting
Zed 0.180.2 With this PR
Image Image
macro_rules! square {
  ($e:expr) => { $e * $e };
}
  • $var: variable
  • expr: type

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Apr 6, 2025
Copy link
Contributor

@SomeoneToIgnore SomeoneToIgnore left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you.

@SomeoneToIgnore SomeoneToIgnore self-assigned this May 5, 2025
@SomeoneToIgnore SomeoneToIgnore merged commit 7f868a2 into zed-industries:main May 5, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants