
In our Blaise Language some Nodes are ended just because the next Node is started. They have no ending Token. In my OutliningNodeDefinition all Nodes are now nested. Is there a possibility in OutliningNodeDefinition to create an implicit ending of a node ?
Regards
Martin
sample, where fields and rules are children of block, but where rules is not a child of fields:
Regards
Martin
sample, where fields and rules are children of block, but where rules is not a child of fields:
block test
fields
a
b
rules
b
a
endblock