astro-ghostcms/.pnpm-store/v3/files/94/352fb921ea080d2ccfe167379a0...

8 lines
231 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
Prism.languages.jsonp = Prism.languages.extend('json', {
'punctuation': /[{}[\]();,.]/
});
Prism.languages.insertBefore('jsonp', 'punctuation', {
'function': /(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*\()/
});