module.exports = { highlight: function(lang, code) { return {value: code}; } };