blob: 8c9814dbabea77d98ab4e837618d426c12dcecb9 [file]
'use strict';
const startingStyle = {
parse: {
prelude: null,
block(nested = false) {
return this.Block(nested);
}
}
};
module.exports = startingStyle;