prism-code-editor
Version:
Lightweight, extensible code editor component for the web using Prism
13 lines (12 loc) • 327 B
JavaScript
import { l as languages } from "../../index-bkac8M6P.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