hz-zhhq-web/node_modules/highlight.js/lib/languages/plaintext.js

5 lines
88 B
JavaScript
Raw Normal View History

2025-02-25 13:45:28 +08:00
module.exports = function(hljs) {
return {
disableAutodetect: true
};
};