prism-react-editor
Version:
Lightweight, extensible code editor component for React apps
13 lines (12 loc) • 327 B
JavaScript
import { l as languages } from "../../index-k28m3HFc.js";
languages.arff = {
"comment": /%.*/,
"string": {
pattern: /(["'])(?:\\.|(?!\1)[^\\\n])*\1/g,
greedy: true
},
"keyword": /@(?:attribute|data|end|relation)\b/i,
"number": /\b\d+(?:\.\d+)?\b/,
"punctuation": /[{},]/
};
//# sourceMappingURL=arff.js.map