On Mon, 02 Apr 2007 17:52:36 +0100, Allan Odgaard throw-away-1@macromates.com wrote:
Not sure what “adjacent scopes” means. Are you thinking of “in order” matches of language grammar sub-rules, e.g. master rule has begin/end and a patterns array, where each rule in the patterns array has to come in order (and “touch” so to speak)?
I was thinking of a condition that could express “'unquoted attribute value' matches only if there was 'attribute name' before”—that would rather be a linked list than an array.