Link endRegex to open blocks of the same rule #142
TonyGravagno
started this conversation in
Issue Triage
Replies: 1 comment 6 replies
-
|
For performance, it's designed to reduce the matching to a single loop/regex (
It can be achieve with
Can you give an example (settings and code)? Thx |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem:
Right now, an
endRegexcan fire even if no block from that rule is open, which:Feature request: per-rule "active block stack"
endRegexwhen there is an open block created by that rule'sbeginRegex(ormiddleRegexfor transitions).endRegexhits for that rule if its stack is empty.That would allow us to be much more liberal with various end patterns, because they couldn't kill a block that doesn't belong to them.
Beta Was this translation helpful? Give feedback.
All reactions