We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sublime Text 4 (Build 4142)
v2.25.0
Ubuntu 22.10, Gnome 43.0
Attributes on fields within a struct should have a scope applied to mark them as such eg.
struct Magic(#[more] bool, #[more(magic)] usize);
Neither attribute has any scope applied to indicate that it's an attribute. For example, the first attribute has scopes
source.rust meta.struct.rust meta.struct.rust meta.group.rust
See code above.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sublime Text Version
Sublime Text 4 (Build 4142)
Rust Enhanced Version
v2.25.0
Operating system
Ubuntu 22.10, Gnome 43.0
Expected behavior
Attributes on fields within a struct should have a scope applied to mark them as such eg.
Actual behavior
Neither attribute has any scope applied to indicate that it's an attribute. For example, the first attribute has scopes
Steps to reproduce
See code above.
The text was updated successfully, but these errors were encountered: