Blame view

bower_components/prism/components.js 10.1 KB
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
  		"applescript": {
  			"title": "AppleScript",
  			"owner": "Golmote"
  		},
f748e9cf   Luigi Serra   new controllet an...
82
83
84
85
  		"asciidoc": {
  			"title": "AsciiDoc",
  			"owner": "Golmote"
  		},
73bcce88   luigser   COMPONENTS
86
87
88
89
90
  		"aspnet": {
  			"title": "ASP.NET (C#)",
  			"require": "markup",
  			"owner": "nauzilus"
  		},
eb240478   Luigi Serra   public room cards...
91
92
93
94
  		"autoit": {
  			"title": "AutoIt",
  			"owner": "Golmote"
  		},
73bcce88   luigser   COMPONENTS
95
96
97
98
99
100
  		"autohotkey": {
  			"title": "AutoHotkey",
  			"owner": "aviaryan"
  		},
  		"bash": {
  			"title": "Bash",
73bcce88   luigser   COMPONENTS
101
102
  			"owner": "zeitgeist87"
  		},
eb240478   Luigi Serra   public room cards...
103
104
105
106
107
108
109
110
111
112
113
114
115
  		"basic": {
  			"title": "BASIC",
  			"owner": "Golmote"
  		},
  		"batch": {
  			"title": "Batch",
  			"owner": "Golmote"
  		},
  		"bison": {
  			"title": "Bison",
  			"require": "c",
  			"owner": "Golmote"
  		},
73bcce88   luigser   COMPONENTS
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
  		"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...
140
141
142
143
144
  		"crystal": {
  			"title": "Crystal",
  			"require": "ruby",
  			"owner": "MakeNowJust"
  		},
73bcce88   luigser   COMPONENTS
145
146
147
148
149
  		"css-extras": {
  			"title": "CSS Extras",
  			"require": "css",
  			"owner": "milesj"
  		},
eb240478   Luigi Serra   public room cards...
150
151
152
153
154
  		"d": {
  			"title": "D",
  			"require": "clike",
  			"owner": "Golmote"
  		},
73bcce88   luigser   COMPONENTS
155
156
157
158
159
  		"dart": {
  			"title": "Dart",
  			"require": "clike",
  			"owner": "Golmote"
  		},
eb240478   Luigi Serra   public room cards...
160
161
162
163
164
165
166
167
  		"diff": {
  			"title": "Diff",
  			"owner": "uranusjr"
  		},
  		"docker": {
  			"title": "Docker",
  			"owner": "JustinBeckwith"
  		},
73bcce88   luigser   COMPONENTS
168
169
170
171
  		"eiffel": {
  			"title": "Eiffel",
  			"owner": "Conaclos"
  		},
eb240478   Luigi Serra   public room cards...
172
173
174
175
  		"elixir": {
  			"title": "Elixir",
  			"owner": "Golmote"
  		},
73bcce88   luigser   COMPONENTS
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
  		"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...
197
198
199
200
201
  		"glsl": {
  			"title": "GLSL",
  			"require": "clike",
  			"owner": "Golmote"
  		},
73bcce88   luigser   COMPONENTS
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"
  		},
f748e9cf   Luigi Serra   new controllet an...
226
227
228
229
230
  		"haxe": {
  			"title": "Haxe",
  			"require": "clike",
  			"owner": "Golmote"
  		},
73bcce88   luigser   COMPONENTS
231
232
233
234
  		"http": {
  			"title": "HTTP",
  			"owner": "danielgtaylor"
  		},
f748e9cf   Luigi Serra   new controllet an...
235
236
237
238
  		"icon": {
  			"title": "Icon",
  			"owner": "Golmote"
  		},
eb240478   Luigi Serra   public room cards...
239
240
241
242
  		"inform7": {
  			"title": "Inform 7",
  			"owner": "Golmote"
  		},
73bcce88   luigser   COMPONENTS
243
244
245
246
  		"ini": {
  			"title": "Ini",
  			"owner": "aviaryan"
  		},
eb240478   Luigi Serra   public room cards...
247
248
249
250
  		"j": {
  			"title": "J",
  			"owner": "Golmote"
  		},
73bcce88   luigser   COMPONENTS
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
  		"jade": {
  			"title": "Jade",
  			"require": "javascript",
  			"owner": "Golmote"
  		},
  		"java": {
  			"title": "Java",
  			"require": "clike",
  			"owner": "sherblot"
  		},
  		"julia": {
  			"title": "Julia",
  			"owner": "cdagnino"
  		},
  		"keyman": {
  			"title": "Keyman",
  			"owner": "mcdurdin"
  		},
f748e9cf   Luigi Serra   new controllet an...
269
270
271
272
273
  		"kotlin": {
  			"title": "Kotlin",
  			"require": "clike",
  			"owner": "Golmote"
  		},
73bcce88   luigser   COMPONENTS
274
275
276
277
278
279
280
281
282
283
284
285
286
  		"latex": {
  			"title": "LaTeX",
  			"owner": "japborst"
  		},
  		"less": {
  			"title": "Less",
  			"require": "css",
  			"owner": "Golmote"
  		},
  		"lolcode": {
  			"title": "LOLCODE",
  			"owner": "Golmote"
  		},
f748e9cf   Luigi Serra   new controllet an...
287
288
289
290
  		"lua": {
  			"title": "Lua",
  			"owner": "Golmote"
  		},
73bcce88   luigser   COMPONENTS
291
292
293
294
295
296
297
298
299
300
301
302
303
  		"makefile": {
  			"title": "Makefile",
  			"owner": "Golmote"
  		},
  		"markdown": {
  			"title": "Markdown",
  			"require": "markup",
  			"owner": "Golmote"
  		},
  		"matlab": {
  			"title": "MATLAB",
  			"owner": "Golmote"
  		},
eb240478   Luigi Serra   public room cards...
304
305
306
307
308
309
310
311
312
313
314
315
  		"mel": {
  			"title": "MEL",
  			"owner": "Golmote"
  		},
  		"mizar": {
  			"title": "Mizar",
  			"owner": "Golmote"
  		},
  		"monkey": {
  			"title": "Monkey",
  			"owner": "Golmote"
  		},
73bcce88   luigser   COMPONENTS
316
317
318
319
  		"nasm": {
  			"title": "NASM",
  			"owner": "rbmj"
  		},
eb240478   Luigi Serra   public room cards...
320
321
322
323
324
325
326
327
328
  		"nginx": {
  			"title": "nginx",
  			"owner": "westonganger",
  			"require": "clike"
  		},
  		"nim": {
  			"title": "Nim",
  			"owner": "Golmote"
  		},
f748e9cf   Luigi Serra   new controllet an...
329
330
331
332
  		"nix": {
  			"title": "Nix",
  			"owner": "Golmote"
  		},
73bcce88   luigser   COMPONENTS
333
334
335
336
337
338
339
340
341
  		"nsis": {
  			"title": "NSIS",
  			"owner": "idleberg"
  		},
  		"objectivec": {
  			"title": "Objective-C",
  			"require": "c",
  			"owner": "uranusjr"
  		},
eb240478   Luigi Serra   public room cards...
342
343
344
345
  		"ocaml": {
  			"title": "OCaml",
  			"owner": "Golmote"
  		},
f748e9cf   Luigi Serra   new controllet an...
346
347
348
349
350
351
352
353
354
355
356
357
358
  		"oz": {
  			"title": "Oz",
  			"owner": "Golmote"
  		},
  		"parigp": {
  			"title": "PARI/GP",
  			"owner": "Golmote"
  		},
  		"parser": {
  			"title": "Parser",
  			"require": "markup",
  			"owner": "Golmote"
  		},
73bcce88   luigser   COMPONENTS
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
  		"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...
381
382
383
384
385
386
387
388
389
  		"processing": {
  			"title": "Processing",
  			"require": "clike",
  			"owner": "Golmote"
  		},
  		"prolog": {
  			"title": "Prolog",
  			"owner": "Golmote"
  		},
f748e9cf   Luigi Serra   new controllet an...
390
391
392
393
  		"puppet": {
  			"title": "Puppet",
  			"owner": "Golmote"
  		},
eb240478   Luigi Serra   public room cards...
394
395
396
397
  		"pure": {
  			"title": "Pure",
  			"owner": "Golmote"
  		},
73bcce88   luigser   COMPONENTS
398
399
400
401
  		"python": {
  			"title": "Python",
  			"owner": "multipetros"
  		},
eb240478   Luigi Serra   public room cards...
402
403
404
405
406
407
408
409
410
  		"q": {
  			"title": "Q",
  			"owner": "Golmote"
  		},
  		"qore": {
  			"title": "Qore",
  			"require": "clike",
  			"owner": "temnroegg"
  		},
73bcce88   luigser   COMPONENTS
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
  		"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"
  		},
f748e9cf   Luigi Serra   new controllet an...
428
429
430
431
  		"roboconf": {
  			"title": "Roboconf",
  			"owner": "Golmote"
  		},
73bcce88   luigser   COMPONENTS
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
  		"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...
447
  			"require": "css",
73bcce88   luigser   COMPONENTS
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
  			"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...
486
487
488
489
490
491
492
493
494
  		"tcl": {
  			"title": "Tcl",
  			"owner": "PeterChaplin"
  		},
  		"textile": {
  			"title": "Textile",
  			"require": "markup",
  			"owner": "Golmote"
  		},
73bcce88   luigser   COMPONENTS
495
496
497
498
499
500
501
502
503
504
  		"twig": {
  			"title": "Twig",
  			"require": "markup",
  			"owner": "brandonkelly"
  		},
  		"typescript":{
  			"title": "TypeScript",
  			"require": "javascript",
  			"owner": "vkbansal"
  		},
eb240478   Luigi Serra   public room cards...
505
506
507
508
  		"verilog": {
  			"title": "Verilog",
  			"owner": "a-rey"
  		},
73bcce88   luigser   COMPONENTS
509
510
511
512
  		"vhdl": {
  			"title": "VHDL",
  			"owner": "a-rey"
  		},
eb240478   Luigi Serra   public room cards...
513
514
515
516
  		"vim": {
  			"title": "vim",
  			"owner": "westonganger"
  		},
73bcce88   luigser   COMPONENTS
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
544
545
546
547
  		"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...
548
549
550
551
552
  		"jsonp-highlight": {
  			"title": "JSONP Highlight",
  			"noCSS": true,
  			"owner": "nauzilus"
  		},
73bcce88   luigser   COMPONENTS
553
554
555
556
  		"highlight-keywords": {
  			"title": "Highlight Keywords",
  			"owner": "vkbansal",
  			"noCSS": true
eb240478   Luigi Serra   public room cards...
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
  		},
  		"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"
  		},
f748e9cf   Luigi Serra   new controllet an...
582
583
584
585
586
587
588
589
590
591
  		"previewer-time": {
  			"title": "Previewer: Time",
  			"require": "previewer-base",
  			"owner": "Golmote"
  		},
  		"previewer-angle": {
  			"title": "Previewer: Angle",
  			"require": "previewer-base",
  			"owner": "Golmote"
  		},
eb240478   Luigi Serra   public room cards...
592
593
594
595
596
597
598
599
600
  		"autoloader": {
  			"title": "Autoloader",
  			"owner": "Golmote",
  			"noCSS": true
  		},
  		"keep-markup": {
  			"title": "Keep Markup",
  			"owner": "Golmote",
  			"noCSS": true
73bcce88   luigser   COMPONENTS
601
602
603
  		}
  	}
  };