use prism-tomorrow.css
This commit is contained in:
10
docs/_style/prism-master/components/prism-arff.js
Normal file
10
docs/_style/prism-master/components/prism-arff.js
Normal file
@ -0,0 +1,10 @@
|
||||
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': /[{},]/
|
||||
};
|
Reference in New Issue
Block a user