source:
node_modules/prismjs/components/prism-arff.js
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 233 bytes |
Rev | Line | |
---|---|---|
[d24f17c] | 1 | Prism.languages.arff = { |
2 | 'comment': /%.*/, | |
3 | 'string': { | |
4 | pattern: /(["'])(?:\\.|(?!\1)[^\\\r\n])*\1/, | |
5 | greedy: true | |
6 | }, | |
7 | 'keyword': /@(?:attribute|data|end|relation)\b/i, | |
8 | 'number': /\b\d+(?:\.\d+)?\b/, | |
9 | 'punctuation': /[{},]/ | |
10 | }; |
Note:
See TracBrowser
for help on using the repository browser.