mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-09 22:18:15 +08:00
26 lines
523 B
JavaScript
26 lines
523 B
JavaScript
import {
|
|
__commonJS
|
|
} from "./chunk-2TUXWMP5.js";
|
|
|
|
// node_modules/highlight.js/lib/languages/plaintext.js
|
|
var require_plaintext = __commonJS({
|
|
"node_modules/highlight.js/lib/languages/plaintext.js"(exports, module) {
|
|
function plaintext(hljs) {
|
|
return {
|
|
name: "Plain text",
|
|
aliases: [
|
|
"text",
|
|
"txt"
|
|
],
|
|
disableAutodetect: true
|
|
};
|
|
}
|
|
module.exports = plaintext;
|
|
}
|
|
});
|
|
|
|
export {
|
|
require_plaintext
|
|
};
|
|
//# sourceMappingURL=chunk-AQMCO7U4.js.map
|