mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 10:59:31 +08:00
6 lines
131 B
Text
6 lines
131 B
Text
// https://tools.ietf.org/html/rfc4180
|
|
|
|
Prism.languages.csv = {
|
|
'value': /[^\r\n,"]+|"(?:[^"]|"")*"(?!")/,
|
|
'punctuation': /,/
|
|
};
|