Open Remillard opened 5 years ago
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.