blob: 232eb2923c755d4c0b334458fbb2f5e2326cdff4 [file]
export default {
parse: {
prelude() {
return this.createSingleNodeList(
this.LayerList()
);
},
block() {
return this.Block(false);
}
}
};