mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-07 19:25:13 +02:00
7 lines
131 B
JavaScript
7 lines
131 B
JavaScript
// https://tools.ietf.org/html/rfc4180
|
|
|
|
Prism.languages.csv = {
|
|
'value': /[^\r\n,"]+|"(?:[^"]|"")*"(?!")/,
|
|
'punctuation': /,/
|
|
};
|