Files
devstar_introduction/node_modules/prismjs/plugins/highlight-keywords/prism-highlight-keywords.min.js
yinxue 6e6f51765c
Some checks failed
CI Pipeline / build (push) Failing after 1m9s
实现打包
2025-08-11 20:13:16 +08:00

1 line
123 B
JavaScript

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