5 lines
104 B
JavaScript
5 lines
104 B
JavaScript
|
module.exports = function(data) {
|
||
|
let result = this.highlight("js", "var test;");
|
||
|
return result;
|
||
|
};
|