You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

335 lines
5.6 KiB
JavaScript

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,
"examplesPath": "examples/prism-{id}"
},
"markup": {
"title": "Markup",
"option": "default"
},
"twig": {
"title": "Twig",
"require": "markup",
"owner": "brandonkelly"
},
"css": {
"title": "CSS",
"option": "default"
},
"css-extras": {
"title": "CSS Extras",
"require": "css",
"owner": "milesj"
},
"clike": {
"title": "C-like",
"option": "default"
},
"eiffel": {
"title": "Eiffel",
"owner": "Conaclos"
},
"javascript": {
"title": "JavaScript",
"option": "default",
"require": "clike"
},
"java": {
"title": "Java",
"require": "clike",
"owner": "sherblot"
},
"php": {
"title": "PHP",
"require": "clike",
"owner": "milesj"
},
"php-extras": {
"title": "PHP Extras",
"require": "php",
"owner": "milesj"
},
"coffeescript": {
"title": "CoffeeScript",
"require": "javascript",
"owner": "R-osey"
},
"scss": {
"title": "Sass (Scss)",
"require": "css",
"owner": "MoOx"
},
"bash": {
"title": "Bash",
"require": "clike",
"owner": "zeitgeist87"
},
"c": {
"title": "C",
"require": "clike",
"owner": "zeitgeist87"
},
"cpp": {
"title": "C++",
"require": "c",
"owner": "zeitgeist87"
},
"python": {
"title": "Python",
"owner": "multipetros"
},
"julia": {
"title": "julia",
"owner": "cdagnino"
},
"sql": {
"title": "SQL",
"owner": "multipetros"
},
"groovy": {
"title": "Groovy",
"require": "clike",
"owner": "robfletcher"
},
"http": {
"title": "HTTP",
"owner": "danielgtaylor"
},
"ruby": {
"title": "Ruby",
"require": "clike",
"owner": "samflores"
},
"rip": {
"title": "Rip",
"owner": "ravinggenius"
},
"gherkin": {
"title": "Gherkin",
"owner": "mvalipour"
},
"csharp": {
"title": "C#",
"require": "clike",
"owner": "mvalipour"
},
"go": {
"title": "Go",
"require": "clike",
"owner": "arnehormann"
},
"nsis": {
"title": "NSIS",
"owner": "idleberg"
},
"aspnet": {
"title": "ASP.NET (C#)",
"require": "markup",
"owner": "nauzilus"
},
"scala": {
"title": "Scala",
"require": "java",
"owner": "jozic"
},
"haskell": {
"title": "Haskell",
"owner": "bholst"
},
"swift": {
"title": "Swift",
"require": "clike",
"owner": "chrischares"
},
"objectivec": {
"title": "Objective-C",
"require": "c",
"owner": "uranusjr"
},
"autohotkey": {
"title": "AutoHotkey",
"owner": "aviaryan"
},
"ini": {
"title": "Ini",
"owner": "aviaryan"
},
"latex": {
"title": "LaTeX",
"owner": "japborst"
},
"apacheconf": {
"title": "Apache Configuration",
"owner": "GuiTeK"
},
"git": {
"title": "Git",
"owner": "lgiraudel"
},
"scheme" : {
"title": "Scheme",
"owner" : "bacchus123"
},
"nasm": {
"title": "NASM",
"owner": "rbmj"
},
"perl": {
"title": "Perl",
"owner": "Golmote"
},
"handlebars": {
"title": "Handlebars",
"require": "markup",
"owner": "Golmote"
},
"matlab": {
"title": "MATLAB",
"owner": "Golmote"
},
"less": {
"title": "Less",
"require": "css",
"owner": "Golmote"
},
"r": {
"title": "R",
"owner": "Golmote"
},
"lolcode": {
"title": "LOLCODE",
"owner": "Golmote"
},
"fortran": {
"title": "Fortran",
"owner": "Golmote"
},
"erlang": {
"title": "Erlang",
"owner": "Golmote"
},
"haml": {
"title": "Haml",
"require": "ruby",
"owner": "Golmote"
},
"jade": {
"title": "Jade",
"require": "javascript",
"owner": "Golmote"
},
"pascal": {
"title": "Pascal",
"owner": "Golmote"
},
"applescript": {
"title": "AppleScript",
"owner": "Golmote"
},
"rust": {
"title": "Rust",
"owner": "Golmote"
},
"dart": {
"title": "Dart",
"require": "clike",
"owner": "Golmote"
},
"powershell": {
"title": "PowerShell",
"owner": "nauzilus"
},
"smarty": {
"title": "Smarty",
"require": "markup",
"owner": "Golmote"
},
"actionscript": {
"title": "ActionScript",
"require": "javascript",
"owner": "Golmote"
},
"markdown": {
"title": "Markdown",
"require": "markup",
"owner": "Golmote"
},
"jsx":{
"title": "React JSX",
"require": ["markup", "javascript"],
"owner": "vkbansal"
},
"typescript":{
"title": "TypeScript",
"require": "javascript",
"owner": "vkbansal"
},
"fsharp": {
"title": "F#",
"require": "clike",
"owner": "simonreynolds7"
}
},
"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"
},
"highlight-keywords": {
"title": "Highlight Keywords",
"owner": "vkbansal",
"noCSS": true
}
}
};