rust-lang / rust-enhanced

The official Sublime Text 4 package for the Rust Programming Language
MIT License
780 stars 104 forks source link

Fix "in this macro invocation" for desugarings. #520

Closed ehuss closed 1 year ago

ehuss commented 1 year ago

The "in this macro invocation" doesn't handle desugarings and attributes. This changes the check for that to only check for bang macros. This probably could be done better, but should work for now.

Fixes #517