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