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*\()/, }); ='https://git.armand.philippot.eu/www.armandphilippot.com/atom/public/prism/prism-lolcode.min.js?h=main' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/public/prism/prism-lolcode.min.js
blob: 7835890bcb814e279012cde4cd6639fb5ebc0c0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42