astro-ghostcms/.pnpm-store/v3/files/4e/9098a242a93486cb0a0331817fd...

11 lines
233 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
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': /[{},]/
};