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
Macros should have a macro scope applied even if they're fully qualified.
fn main() { std::todo!(); }
Scopes:
source.rust meta.function.rust meta.block.rust
Compare to the bare macro:
fn main() { todo!(); }
source.rust meta.function.rust meta.block.rust support.macro.rust
See code above.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sublime Text Version### Sublime Text Version
Sublime Text 4 (Build 4142)
Rust Enhanced Version
v2.25.0
Operating system
Ubuntu 22.10, Gnome 43.0
Expected behavior
Macros should have a macro scope applied even if they're fully qualified.
Actual behavior
Scopes:
Compare to the bare macro:
Steps to reproduce
See code above.
The text was updated successfully, but these errors were encountered: