Files
skills-here-run-place/node_modules/prismjs/components/prism-csv.js
Alejandro Martinez f09af719cf Initial commit
2026-02-12 02:04:10 +01:00

7 lines
131 B
JavaScript

// https://tools.ietf.org/html/rfc4180
Prism.languages.csv = {
'value': /[^\r\n,"]+|"(?:[^"]|"")*"(?!")/,
'punctuation': /,/
};