Echo/node_modules/prismjs/plugins/highlight-keywords/prism-highlight-keywords.min.js
2021-02-11 21:31:41 +08:00

1 line
176 B
JavaScript

"undefined"!=typeof self&&!self.Prism||"undefined"!=typeof global&&!global.Prism||Prism.hooks.add("wrap",function(e){"keyword"===e.type&&e.classes.push("keyword-"+e.content)});