Open nicholasrq opened 11 years ago
I absolutely love the idea. I can't help but feel the code could be improved though. I'm going to look at this in more detail a bit later on.
Ok, thanks. I'm glad to see that you're interested in my idea. I'll wait for your comments.
I've added support for "multiple combos" as alternative of many combox separated by slash. You can now write
instead of
And next example demonstrates the power of new syntax.
Old style:
New style:
This syntax works like abbreviations and my code just expands it into full combo. Everything from old syntax (such as
[a-z]
or[0-9]
) works as usual.