mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-08 22:08:16 +08:00
30 lines
669 B
JavaScript
30 lines
669 B
JavaScript
import {
|
|
__commonJS
|
|
} from "./chunk-2TUXWMP5.js";
|
|
|
|
// node_modules/refractor/lang/arff.js
|
|
var require_arff = __commonJS({
|
|
"node_modules/refractor/lang/arff.js"(exports, module) {
|
|
module.exports = arff;
|
|
arff.displayName = "arff";
|
|
arff.aliases = [];
|
|
function arff(Prism) {
|
|
Prism.languages.arff = {
|
|
comment: /%.*/,
|
|
string: {
|
|
pattern: /(["'])(?:\\.|(?!\1)[^\\\r\n])*\1/,
|
|
greedy: true
|
|
},
|
|
keyword: /@(?:attribute|data|end|relation)\b/i,
|
|
number: /\b\d+(?:\.\d+)?\b/,
|
|
punctuation: /[{},]/
|
|
};
|
|
}
|
|
}
|
|
});
|
|
|
|
export {
|
|
require_arff
|
|
};
|
|
//# sourceMappingURL=chunk-XSESVUIR.js.map
|