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
Okay, I think this one is not currently possible without a MAJOR reworking of the syntax file. Basically a capture will not extend over newlines. To make this happen, instead of having a label be an optional part of every statement, I'd have to have a label be its own entity that branched into every statement it could become. That's not impossible but decidedly non-trivial.
A style like:
does not properly scope the label, though it does correctly capture the process.
The text was updated successfully, but these errors were encountered: