mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-08 18:28:17 +08:00
7 lines
131 B
JavaScript
7 lines
131 B
JavaScript
// https://tools.ietf.org/html/rfc4180
|
|
|
|
Prism.languages.csv = {
|
|
'value': /[^\r\n,"]+|"(?:[^"]|"")*"(?!")/,
|
|
'punctuation': /,/
|
|
};
|