mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-08 22:08:16 +08:00
31 lines
669 B
JavaScript
31 lines
669 B
JavaScript
import {
|
|
__commonJS
|
|
} from "./chunk-2TUXWMP5.js";
|
|
|
|
// node_modules/highlight.js/lib/languages/clojure-repl.js
|
|
var require_clojure_repl = __commonJS({
|
|
"node_modules/highlight.js/lib/languages/clojure-repl.js"(exports, module) {
|
|
function clojureRepl(hljs) {
|
|
return {
|
|
name: "Clojure REPL",
|
|
contains: [
|
|
{
|
|
className: "meta",
|
|
begin: /^([\w.-]+|\s*#_)?=>/,
|
|
starts: {
|
|
end: /$/,
|
|
subLanguage: "clojure"
|
|
}
|
|
}
|
|
]
|
|
};
|
|
}
|
|
module.exports = clojureRepl;
|
|
}
|
|
});
|
|
|
|
export {
|
|
require_clojure_repl
|
|
};
|
|
//# sourceMappingURL=chunk-GEXU5QDE.js.map
|