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