Urara-Blog/node_modules/.pnpm-store/v3/files/4e/9098a242a93486cb0a0331817fdc8eacc7cc9194bf013945a84d7b374da22e8d47d0dd21de8be371b3f92c7c39aef6a7e81b9746b191745356456246e54300
2022-08-14 01:14:53 +08:00

10 lines
233 B
Text

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': /[{},]/
};