Files
dealplustech/dealplustech-astro/node_modules/prismjs/components/prism-arff.min.js
2026-03-02 12:35:14 +07:00

1 line
192 B
JavaScript

Prism.languages.arff={comment:/%.*/,string:{pattern:/(["'])(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0},keyword:/@(?:attribute|data|end|relation)\b/i,number:/\b\d+(?:\.\d+)?\b/,punctuation:/[{},]/};