73bcce88
luigser
COMPONENTS
|
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
|
var components = {
"core": {
"meta": {
"path": "components/prism-core.js",
"option": "mandatory"
},
"core": "Core"
},
"themes": {
"meta": {
"path": "themes/{id}.css",
"link": "index.html?theme={id}",
"exclusive": true
},
"prism": {
"title": "Default",
"option": "default"
},
"prism-dark": "Dark",
"prism-funky": "Funky",
"prism-okaidia": {
"title": "Okaidia",
"owner": "ocodia"
},
"prism-twilight": {
"title": "Twilight",
"owner": "remybach"
},
"prism-coy": {
"title": "Coy",
"owner": "tshedor"
}
},
"languages": {
"meta": {
"path": "components/prism-{id}",
"noCSS": true,
|
eb240478
Luigi Serra
public room cards...
|
38
39
|
"examplesPath": "examples/prism-{id}",
"addCheckAll": true
|
73bcce88
luigser
COMPONENTS
|
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
},
"markup": {
"title": "Markup",
"option": "default"
},
"css": {
"title": "CSS",
"option": "default"
},
"clike": {
"title": "C-like",
"option": "default"
},
"javascript": {
"title": "JavaScript",
"option": "default",
"require": "clike"
},
|
73bcce88
luigser
COMPONENTS
|
59
|
|
eb240478
Luigi Serra
public room cards...
|
60
61
62
63
64
|
"abap": {
"title": "ABAP",
"owner": "dellagustin"
},
|
73bcce88
luigser
COMPONENTS
|
65
66
67
68
69
70
71
72
73
|
"actionscript": {
"title": "ActionScript",
"require": "javascript",
"owner": "Golmote"
},
"apacheconf": {
"title": "Apache Configuration",
"owner": "GuiTeK"
},
|
eb240478
Luigi Serra
public room cards...
|
74
75
76
77
|
"apl": {
"title": "APL",
"owner": "ngn"
},
|
73bcce88
luigser
COMPONENTS
|
78
79
80
81
82
83
84
85
86
|
"applescript": {
"title": "AppleScript",
"owner": "Golmote"
},
"aspnet": {
"title": "ASP.NET (C#)",
"require": "markup",
"owner": "nauzilus"
},
|
eb240478
Luigi Serra
public room cards...
|
87
88
89
90
|
"autoit": {
"title": "AutoIt",
"owner": "Golmote"
},
|
73bcce88
luigser
COMPONENTS
|
91
92
93
94
95
96
|
"autohotkey": {
"title": "AutoHotkey",
"owner": "aviaryan"
},
"bash": {
"title": "Bash",
|
73bcce88
luigser
COMPONENTS
|
97
98
|
"owner": "zeitgeist87"
},
|
eb240478
Luigi Serra
public room cards...
|
99
100
101
102
103
104
105
106
107
108
109
110
111
|
"basic": {
"title": "BASIC",
"owner": "Golmote"
},
"batch": {
"title": "Batch",
"owner": "Golmote"
},
"bison": {
"title": "Bison",
"require": "c",
"owner": "Golmote"
},
|
73bcce88
luigser
COMPONENTS
|
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
|
"brainfuck": {
"title": "Brainfuck",
"owner": "Golmote"
},
"c": {
"title": "C",
"require": "clike",
"owner": "zeitgeist87"
},
"csharp": {
"title": "C#",
"require": "clike",
"owner": "mvalipour"
},
"cpp": {
"title": "C++",
"require": "c",
"owner": "zeitgeist87"
},
"coffeescript": {
"title": "CoffeeScript",
"require": "javascript",
"owner": "R-osey"
},
|
eb240478
Luigi Serra
public room cards...
|
136
137
138
139
140
|
"crystal": {
"title": "Crystal",
"require": "ruby",
"owner": "MakeNowJust"
},
|
73bcce88
luigser
COMPONENTS
|
141
142
143
144
145
|
"css-extras": {
"title": "CSS Extras",
"require": "css",
"owner": "milesj"
},
|
eb240478
Luigi Serra
public room cards...
|
146
147
148
149
150
|
"d": {
"title": "D",
"require": "clike",
"owner": "Golmote"
},
|
73bcce88
luigser
COMPONENTS
|
151
152
153
154
155
|
"dart": {
"title": "Dart",
"require": "clike",
"owner": "Golmote"
},
|
eb240478
Luigi Serra
public room cards...
|
156
157
158
159
160
161
162
163
|
"diff": {
"title": "Diff",
"owner": "uranusjr"
},
"docker": {
"title": "Docker",
"owner": "JustinBeckwith"
},
|
73bcce88
luigser
COMPONENTS
|
164
165
166
167
|
"eiffel": {
"title": "Eiffel",
"owner": "Conaclos"
},
|
eb240478
Luigi Serra
public room cards...
|
168
169
170
171
|
"elixir": {
"title": "Elixir",
"owner": "Golmote"
},
|
73bcce88
luigser
COMPONENTS
|
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
|
"erlang": {
"title": "Erlang",
"owner": "Golmote"
},
"fsharp": {
"title": "F#",
"require": "clike",
"owner": "simonreynolds7"
},
"fortran": {
"title": "Fortran",
"owner": "Golmote"
},
"gherkin": {
"title": "Gherkin",
"owner": "hason"
},
"git": {
"title": "Git",
"owner": "lgiraudel"
},
|
eb240478
Luigi Serra
public room cards...
|
193
194
195
196
197
|
"glsl": {
"title": "GLSL",
"require": "clike",
"owner": "Golmote"
},
|
73bcce88
luigser
COMPONENTS
|
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
|
"go": {
"title": "Go",
"require": "clike",
"owner": "arnehormann"
},
"groovy": {
"title": "Groovy",
"require": "clike",
"owner": "robfletcher"
},
"haml": {
"title": "Haml",
"require": "ruby",
"owner": "Golmote"
},
"handlebars": {
"title": "Handlebars",
"require": "markup",
"owner": "Golmote"
},
"haskell": {
"title": "Haskell",
"owner": "bholst"
},
"http": {
"title": "HTTP",
"owner": "danielgtaylor"
},
|
eb240478
Luigi Serra
public room cards...
|
226
227
228
229
|
"inform7": {
"title": "Inform 7",
"owner": "Golmote"
},
|
73bcce88
luigser
COMPONENTS
|
230
231
232
233
|
"ini": {
"title": "Ini",
"owner": "aviaryan"
},
|
eb240478
Luigi Serra
public room cards...
|
234
235
236
237
|
"j": {
"title": "J",
"owner": "Golmote"
},
|
73bcce88
luigser
COMPONENTS
|
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
|
"jade": {
"title": "Jade",
"require": "javascript",
"owner": "Golmote"
},
"java": {
"title": "Java",
"require": "clike",
"owner": "sherblot"
},
"julia": {
"title": "Julia",
"owner": "cdagnino"
},
"keyman": {
"title": "Keyman",
"owner": "mcdurdin"
},
"latex": {
"title": "LaTeX",
"owner": "japborst"
},
"less": {
"title": "Less",
"require": "css",
"owner": "Golmote"
},
"lolcode": {
"title": "LOLCODE",
"owner": "Golmote"
},
"makefile": {
"title": "Makefile",
"owner": "Golmote"
},
"markdown": {
"title": "Markdown",
"require": "markup",
"owner": "Golmote"
},
"matlab": {
"title": "MATLAB",
"owner": "Golmote"
},
|
eb240478
Luigi Serra
public room cards...
|
282
283
284
285
286
287
288
289
290
291
292
293
|
"mel": {
"title": "MEL",
"owner": "Golmote"
},
"mizar": {
"title": "Mizar",
"owner": "Golmote"
},
"monkey": {
"title": "Monkey",
"owner": "Golmote"
},
|
73bcce88
luigser
COMPONENTS
|
294
295
296
297
|
"nasm": {
"title": "NASM",
"owner": "rbmj"
},
|
eb240478
Luigi Serra
public room cards...
|
298
299
300
301
302
303
304
305
306
|
"nginx": {
"title": "nginx",
"owner": "westonganger",
"require": "clike"
},
"nim": {
"title": "Nim",
"owner": "Golmote"
},
|
73bcce88
luigser
COMPONENTS
|
307
308
309
310
311
312
313
314
315
|
"nsis": {
"title": "NSIS",
"owner": "idleberg"
},
"objectivec": {
"title": "Objective-C",
"require": "c",
"owner": "uranusjr"
},
|
eb240478
Luigi Serra
public room cards...
|
316
317
318
319
|
"ocaml": {
"title": "OCaml",
"owner": "Golmote"
},
|
73bcce88
luigser
COMPONENTS
|
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
|
"pascal": {
"title": "Pascal",
"owner": "Golmote"
},
"perl": {
"title": "Perl",
"owner": "Golmote"
},
"php": {
"title": "PHP",
"require": "clike",
"owner": "milesj"
},
"php-extras": {
"title": "PHP Extras",
"require": "php",
"owner": "milesj"
},
"powershell": {
"title": "PowerShell",
"owner": "nauzilus"
},
|
eb240478
Luigi Serra
public room cards...
|
342
343
344
345
346
347
348
349
350
351
352
353
354
|
"processing": {
"title": "Processing",
"require": "clike",
"owner": "Golmote"
},
"prolog": {
"title": "Prolog",
"owner": "Golmote"
},
"pure": {
"title": "Pure",
"owner": "Golmote"
},
|
73bcce88
luigser
COMPONENTS
|
355
356
357
358
|
"python": {
"title": "Python",
"owner": "multipetros"
},
|
eb240478
Luigi Serra
public room cards...
|
359
360
361
362
363
364
365
366
367
|
"q": {
"title": "Q",
"owner": "Golmote"
},
"qore": {
"title": "Qore",
"require": "clike",
"owner": "temnroegg"
},
|
73bcce88
luigser
COMPONENTS
|
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
|
"r": {
"title": "R",
"owner": "Golmote"
},
"jsx":{
"title": "React JSX",
"require": ["markup", "javascript"],
"owner": "vkbansal"
},
"rest": {
"title": "reST (reStructuredText)",
"owner": "Golmote"
},
"rip": {
"title": "Rip",
"owner": "ravinggenius"
},
"ruby": {
"title": "Ruby",
"require": "clike",
"owner": "samflores"
},
"rust": {
"title": "Rust",
"owner": "Golmote"
},
"sas": {
"title": "SAS",
"owner": "Golmote"
},
"sass": {
"title": "Sass (Sass)",
|
eb240478
Luigi Serra
public room cards...
|
400
|
"require": "css",
|
73bcce88
luigser
COMPONENTS
|
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
|
"owner": "Golmote"
},
"scss": {
"title": "Sass (Scss)",
"require": "css",
"owner": "MoOx"
},
"scala": {
"title": "Scala",
"require": "java",
"owner": "jozic"
},
"scheme" : {
"title": "Scheme",
"owner" : "bacchus123"
},
"smalltalk": {
"title": "Smalltalk",
"owner": "Golmote"
},
"smarty": {
"title": "Smarty",
"require": "markup",
"owner": "Golmote"
},
"sql": {
"title": "SQL",
"owner": "multipetros"
},
"stylus" : {
"title": "Stylus",
"owner": "vkbansal"
},
"swift": {
"title": "Swift",
"require": "clike",
"owner": "chrischares"
},
|
eb240478
Luigi Serra
public room cards...
|
439
440
441
442
443
444
445
446
447
|
"tcl": {
"title": "Tcl",
"owner": "PeterChaplin"
},
"textile": {
"title": "Textile",
"require": "markup",
"owner": "Golmote"
},
|
73bcce88
luigser
COMPONENTS
|
448
449
450
451
452
453
454
455
456
457
|
"twig": {
"title": "Twig",
"require": "markup",
"owner": "brandonkelly"
},
"typescript":{
"title": "TypeScript",
"require": "javascript",
"owner": "vkbansal"
},
|
eb240478
Luigi Serra
public room cards...
|
458
459
460
461
|
"verilog": {
"title": "Verilog",
"owner": "a-rey"
},
|
73bcce88
luigser
COMPONENTS
|
462
463
464
465
|
"vhdl": {
"title": "VHDL",
"owner": "a-rey"
},
|
eb240478
Luigi Serra
public room cards...
|
466
467
468
469
|
"vim": {
"title": "vim",
"owner": "westonganger"
},
|
73bcce88
luigser
COMPONENTS
|
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
|
"wiki": {
"title": "Wiki markup",
"require": "markup",
"owner": "Golmote"
},
"yaml": {
"title": "YAML",
"owner": "hason"
}
},
"plugins": {
"meta": {
"path": "plugins/{id}/prism-{id}",
"link": "plugins/{id}/"
},
"line-highlight": "Line Highlight",
"line-numbers": {
"title": "Line Numbers",
"owner": "kuba-kubula"
},
"show-invisibles": "Show Invisibles",
"autolinker": "Autolinker",
"wpd": "WebPlatform Docs",
"file-highlight": {
"title": "File Highlight",
"noCSS": true
},
"show-language": {
"title": "Show Language",
"owner": "nauzilus"
},
|
eb240478
Luigi Serra
public room cards...
|
501
502
503
504
505
|
"jsonp-highlight": {
"title": "JSONP Highlight",
"noCSS": true,
"owner": "nauzilus"
},
|
73bcce88
luigser
COMPONENTS
|
506
507
508
509
|
"highlight-keywords": {
"title": "Highlight Keywords",
"owner": "vkbansal",
"noCSS": true
|
eb240478
Luigi Serra
public room cards...
|
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
|
},
"remove-initial-line-feed": {
"title": "Remove initial line feed",
"owner": "Golmote",
"noCSS": true
},
"previewer-base": {
"title": "Previewer: Base",
"owner": "Golmote"
},
"previewer-color": {
"title": "Previewer: Color",
"require": "previewer-base",
"owner": "Golmote"
},
"previewer-gradient": {
"title": "Previewer: Gradient",
"require": "previewer-base",
"owner": "Golmote"
},
"previewer-easing": {
"title": "Previewer: Easing",
"require": "previewer-base",
"owner": "Golmote"
},
"autoloader": {
"title": "Autoloader",
"owner": "Golmote",
"noCSS": true
},
"keep-markup": {
"title": "Keep Markup",
"owner": "Golmote",
"noCSS": true
|
73bcce88
luigser
COMPONENTS
|
544
545
546
|
}
}
};
|