mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-10 19:54:57 +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': /,/
|
|
};
|