We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For weka files
Prism.languages.arff = { 'keyword': /\b(relation|data|attribute)\b/, 'comment': /%.*/, 'operator': /[@]/, 'punctuation': /[(){}\[\],]/, 'number': /\b\d+\.?\d*/ };
The text was updated successfully, but these errors were encountered:
May you submit a proper PR for this?
Sorry, something went wrong.
Sorry I've been busy... perhaps on the weekend 🐈
Add support for ARFF (Fix PrismJS#653)
aff4790
e44a5e5
Add support for ARFF (Fix #653) (#1327)
0bc98ac
No branches or pull requests
For weka files
The text was updated successfully, but these errors were encountered: