mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2026-01-22 10:33:50 +01:00
7 lines
131 B
JavaScript
7 lines
131 B
JavaScript
// https://tools.ietf.org/html/rfc4180
|
|
|
|
Prism.languages.csv = {
|
|
'value': /[^\r\n,"]+|"(?:[^"]|"")*"(?!")/,
|
|
'punctuation': /,/
|
|
};
|