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
326: Syntax: Rewrite macro_rules r=ehuss a=ehuss
macro_rules failed in a lot of cases, this reworks it to fully support:
- Complete matcher syntax.
- Better bracket balancing support.
- Add `lifetime` designator (1.28).
- More resilient to odd syntax within the transcriber. The content doesn't have
to be Rust syntax, so it can sometimes get confused. Add a few escapes so it
at least doesn't barf.
- At-most-once kleene operator (2018).
Closes#311
<img width="903" alt="image" src="https://user-images.githubusercontent.com/43198/43736311-018cc660-9972-11e8-8931-d4d2bd5e7501.png">
Co-authored-by: Eric Huss <[email protected]>
Sublime Text Version
Sublime Text 3 (Build 3176)
Rust Enhanced Version
v2.15.0
Operating system
macOS v10.13.4 (high sierra)
References
Improvement number 25 on #284 is also something that should be updated
Request
highlight repeated patterns:
It'd be nice if
$foo:expr
would highlight as if i didn't have the$(),*
surrounding it.The text was updated successfully, but these errors were encountered: