1 Star 1 Fork 0

swordfly/jfprismjs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
components.json 30.55 KB
一键复制 编辑 原始数据 按行查看 历史
swordfly 提交于 2021-12-15 10:25 . sdf
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617
{
"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"
},
"prism-solarizedlight": {
"title": "Solarized Light",
"owner": "hectormatos2011 "
},
"prism-tomorrow": {
"title": "Tomorrow Night",
"owner": "Rosey"
}
},
"languages": {
"meta": {
"path": "components/prism-{id}",
"noCSS": true,
"examplesPath": "examples/prism-{id}",
"addCheckAll": true
},
"markup": {
"title": "Markup",
"alias": ["html", "xml", "svg", "mathml", "ssml", "atom", "rss"],
"aliasTitles": {
"html": "HTML",
"xml": "XML",
"svg": "SVG",
"mathml": "MathML",
"ssml": "SSML",
"atom": "Atom",
"rss": "RSS"
},
"option": "default"
},
"css": {
"title": "CSS",
"option": "default",
"modify": "markup"
},
"clike": {
"title": "C-like",
"option": "default"
},
"javascript": {
"title": "JavaScript",
"require": "clike",
"modify": "markup",
"optional": "regex",
"alias": "js",
"option": "default"
},
"abap": {
"title": "ABAP",
"owner": "dellagustin"
},
"abnf": {
"title": "ABNF",
"owner": "RunDevelopment"
},
"actionscript": {
"title": "ActionScript",
"require": "javascript",
"modify": "markup",
"owner": "Golmote"
},
"ada": {
"title": "Ada",
"owner": "Lucretia"
},
"agda": {
"title": "Agda",
"owner": "xy-ren"
},
"al": {
"title": "AL",
"owner": "RunDevelopment"
},
"antlr4": {
"title": "ANTLR4",
"alias": "g4",
"owner": "RunDevelopment"
},
"apacheconf": {
"title": "Apache Configuration",
"owner": "GuiTeK"
},
"apex": {
"title": "Apex",
"require": ["clike", "sql"],
"owner": "RunDevelopment"
},
"apl": {
"title": "APL",
"owner": "ngn"
},
"applescript": {
"title": "AppleScript",
"owner": "Golmote"
},
"aql": {
"title": "AQL",
"owner": "RunDevelopment"
},
"arduino": {
"title": "Arduino",
"require": "cpp",
"owner": "dkern"
},
"arff": {
"title": "ARFF",
"owner": "Golmote"
},
"asciidoc": {
"alias": "adoc",
"title": "AsciiDoc",
"owner": "Golmote"
},
"aspnet": {
"title": "ASP.NET (C#)",
"require": ["markup", "csharp"],
"owner": "nauzilus"
},
"asm6502": {
"title": "6502 Assembly",
"owner": "kzurawel"
},
"autohotkey": {
"title": "AutoHotkey",
"owner": "aviaryan"
},
"autoit": {
"title": "AutoIt",
"owner": "Golmote"
},
"avisynth": {
"title": "AviSynth",
"alias": "avs",
"owner": "Zinfidel"
},
"avro-idl": {
"title":"Avro IDL",
"alias": "avdl",
"owner": "RunDevelopment"
},
"bash": {
"title": "Bash",
"alias": "shell",
"aliasTitles": {
"shell": "Shell"
},
"owner": "zeitgeist87"
},
"basic": {
"title": "BASIC",
"owner": "Golmote"
},
"batch": {
"title": "Batch",
"owner": "Golmote"
},
"bbcode": {
"title": "BBcode",
"alias": "shortcode",
"aliasTitles": {
"shortcode": "Shortcode"
},
"owner": "RunDevelopment"
},
"bicep": {
"title": "Bicep",
"owner": "johnnyreilly"
},
"birb": {
"title": "Birb",
"require": "clike",
"owner": "Calamity210"
},
"bison": {
"title": "Bison",
"require": "c",
"owner": "Golmote"
},
"bnf": {
"title": "BNF",
"alias": "rbnf",
"aliasTitles": {
"rbnf": "RBNF"
},
"owner": "RunDevelopment"
},
"brainfuck": {
"title": "Brainfuck",
"owner": "Golmote"
},
"brightscript": {
"title": "BrightScript",
"owner": "RunDevelopment"
},
"bro": {
"title": "Bro",
"owner": "wayward710"
},
"bsl": {
"title": "BSL (1C:Enterprise)",
"alias": "oscript",
"aliasTitles": {
"oscript": "OneScript"
},
"owner": "Diversus23"
},
"c": {
"title": "C",
"require": "clike",
"owner": "zeitgeist87"
},
"csharp": {
"title": "C#",
"require": "clike",
"alias": ["cs", "dotnet"],
"owner": "mvalipour"
},
"cpp": {
"title": "C++",
"require": "c",
"owner": "zeitgeist87"
},
"cfscript": {
"title": "CFScript",
"require": "clike",
"alias": "cfc",
"owner": "mjclemente"
},
"chaiscript": {
"title": "ChaiScript",
"require": ["clike", "cpp"],
"owner": "RunDevelopment"
},
"cil": {
"title": "CIL",
"owner": "sbrl"
},
"clojure": {
"title": "Clojure",
"owner": "troglotit"
},
"cmake": {
"title": "CMake",
"owner": "mjrogozinski"
},
"cobol": {
"title": "COBOL",
"owner": "RunDevelopment"
},
"coffeescript": {
"title": "CoffeeScript",
"require": "javascript",
"alias": "coffee",
"owner": "R-osey"
},
"concurnas": {
"title": "Concurnas",
"alias": "conc",
"owner": "jasontatton"
},
"csp": {
"title": "Content-Security-Policy",
"owner": "ScottHelme"
},
"coq": {
"title": "Coq",
"owner": "RunDevelopment"
},
"crystal": {
"title": "Crystal",
"require": "ruby",
"owner": "MakeNowJust"
},
"css-extras": {
"title": "CSS Extras",
"require": "css",
"modify": "css",
"owner": "milesj"
},
"csv": {
"title": "CSV",
"owner": "RunDevelopment"
},
"cypher": {
"title": "Cypher",
"owner": "RunDevelopment"
},
"d": {
"title": "D",
"require": "clike",
"owner": "Golmote"
},
"dart": {
"title": "Dart",
"require": "clike",
"owner": "Golmote"
},
"dataweave": {
"title": "DataWeave",
"owner": "machaval"
},
"dax": {
"title": "DAX",
"owner": "peterbud"
},
"dhall": {
"title": "Dhall",
"owner": "RunDevelopment"
},
"diff": {
"title": "Diff",
"owner": "uranusjr"
},
"django": {
"title": "Django/Jinja2",
"require": "markup-templating",
"alias": "jinja2",
"owner": "romanvm"
},
"dns-zone-file": {
"title": "DNS zone file",
"owner": "RunDevelopment",
"alias": "dns-zone"
},
"docker": {
"title": "Docker",
"alias": "dockerfile",
"owner": "JustinBeckwith"
},
"dot": {
"title": "DOT (Graphviz)",
"alias": "gv",
"optional": "markup",
"owner": "RunDevelopment"
},
"ebnf": {
"title": "EBNF",
"owner": "RunDevelopment"
},
"editorconfig": {
"title": "EditorConfig",
"owner": "osipxd"
},
"eiffel": {
"title": "Eiffel",
"owner": "Conaclos"
},
"ejs": {
"title": "EJS",
"require": ["javascript", "markup-templating"],
"owner": "RunDevelopment",
"alias": "eta",
"aliasTitles": {
"eta": "Eta"
}
},
"elixir": {
"title": "Elixir",
"owner": "Golmote"
},
"elm": {
"title": "Elm",
"owner": "zwilias"
},
"etlua": {
"title": "Embedded Lua templating",
"require": ["lua", "markup-templating"],
"owner": "RunDevelopment"
},
"erb": {
"title": "ERB",
"require": ["ruby", "markup-templating"],
"owner": "Golmote"
},
"erlang": {
"title": "Erlang",
"owner": "Golmote"
},
"excel-formula": {
"title": "Excel Formula",
"alias": ["xlsx", "xls"],
"owner": "RunDevelopment"
},
"fsharp": {
"title": "F#",
"require": "clike",
"owner": "simonreynolds7"
},
"factor": {
"title": "Factor",
"owner": "catb0t"
},
"false": {
"title": "False",
"owner": "edukisto"
},
"firestore-security-rules": {
"title": "Firestore security rules",
"require": "clike",
"owner": "RunDevelopment"
},
"flow": {
"title": "Flow",
"require": "javascript",
"owner": "Golmote"
},
"fortran": {
"title": "Fortran",
"owner": "Golmote"
},
"ftl": {
"title": "FreeMarker Template Language",
"require": "markup-templating",
"owner": "RunDevelopment"
},
"gml": {
"title": "GameMaker Language",
"alias": "gamemakerlanguage",
"require": "clike",
"owner": "LiarOnce"
},
"gap": {
"title": "GAP (CAS)",
"owner": "RunDevelopment"
},
"gcode": {
"title": "G-code",
"owner": "RunDevelopment"
},
"gdscript": {
"title": "GDScript",
"owner": "RunDevelopment"
},
"gedcom": {
"title": "GEDCOM",
"owner": "Golmote"
},
"gherkin": {
"title": "Gherkin",
"owner": "hason"
},
"git": {
"title": "Git",
"owner": "lgiraudel"
},
"glsl": {
"title": "GLSL",
"require": "c",
"owner": "Golmote"
},
"gn": {
"title": "GN",
"alias": "gni",
"owner": "RunDevelopment"
},
"go": {
"title": "Go",
"require": "clike",
"owner": "arnehormann"
},
"graphql": {
"title": "GraphQL",
"optional": "markdown",
"owner": "Golmote"
},
"groovy": {
"title": "Groovy",
"require": "clike",
"owner": "robfletcher"
},
"haml": {
"title": "Haml",
"require": "ruby",
"optional": [
"css",
"css-extras",
"coffeescript",
"erb",
"javascript",
"less",
"markdown",
"scss",
"textile"
],
"owner": "Golmote"
},
"handlebars": {
"title": "Handlebars",
"require": "markup-templating",
"alias": "hbs",
"owner": "Golmote"
},
"haskell": {
"title": "Haskell",
"alias": "hs",
"owner": "bholst"
},
"haxe": {
"title": "Haxe",
"require": "clike",
"owner": "Golmote"
},
"hcl": {
"title": "HCL",
"owner": "outsideris"
},
"hlsl": {
"title": "HLSL",
"require": "c",
"owner": "RunDevelopment"
},
"hoon": {
"title": "Hoon",
"owner": "matildepark"
},
"http": {
"title": "HTTP",
"optional": [
"css",
"javascript",
"json",
"markup",
"uri"
],
"owner": "danielgtaylor"
},
"hpkp": {
"title": "HTTP Public-Key-Pins",
"owner": "ScottHelme"
},
"hsts": {
"title": "HTTP Strict-Transport-Security",
"owner": "ScottHelme"
},
"ichigojam": {
"title": "IchigoJam",
"owner": "BlueCocoa"
},
"icon": {
"title": "Icon",
"owner": "Golmote"
},
"icu-message-format": {
"title": "ICU Message Format",
"owner": "RunDevelopment"
},
"idris": {
"title": "Idris",
"alias": "idr",
"owner": "KeenS",
"require": "haskell"
},
"ignore": {
"title": ".ignore",
"owner": "osipxd",
"alias": [
"gitignore",
"hgignore",
"npmignore"
],
"aliasTitles": {
"gitignore": ".gitignore",
"hgignore": ".hgignore",
"npmignore": ".npmignore"
}
},
"inform7": {
"title": "Inform 7",
"owner": "Golmote"
},
"ini": {
"title": "Ini",
"owner": "aviaryan"
},
"io": {
"title": "Io",
"owner": "AlesTsurko"
},
"j": {
"title": "J",
"owner": "Golmote"
},
"java": {
"title": "Java",
"require": "clike",
"owner": "sherblot"
},
"javadoc": {
"title": "JavaDoc",
"require": ["markup", "java", "javadoclike"],
"modify": "java",
"optional": "scala",
"owner": "RunDevelopment"
},
"javadoclike": {
"title": "JavaDoc-like",
"modify": [
"java",
"javascript",
"php"
],
"owner": "RunDevelopment"
},
"javastacktrace": {
"title": "Java stack trace",
"owner": "RunDevelopment"
},
"jexl": {
"title": "Jexl",
"owner": "czosel"
},
"jolie": {
"title": "Jolie",
"require": "clike",
"owner": "thesave"
},
"jq": {
"title": "JQ",
"owner": "RunDevelopment"
},
"jsdoc": {
"title": "JSDoc",
"require": ["javascript", "javadoclike", "typescript"],
"modify": "javascript",
"optional": [
"actionscript",
"coffeescript"
],
"owner": "RunDevelopment"
},
"js-extras": {
"title": "JS Extras",
"require": "javascript",
"modify": "javascript",
"optional": [
"actionscript",
"coffeescript",
"flow",
"n4js",
"typescript"
],
"owner": "RunDevelopment"
},
"json": {
"title": "JSON",
"alias": "webmanifest",
"aliasTitles": {
"webmanifest": "Web App Manifest"
},
"owner": "CupOfTea696"
},
"json5": {
"title": "JSON5",
"require": "json",
"owner": "RunDevelopment"
},
"jsonp": {
"title": "JSONP",
"require": "json",
"owner": "RunDevelopment"
},
"jsstacktrace": {
"title": "JS stack trace",
"owner": "sbrl"
},
"js-templates": {
"title": "JS Templates",
"require": "javascript",
"modify": "javascript",
"optional": [
"css",
"css-extras",
"graphql",
"markdown",
"markup",
"sql"
],
"owner": "RunDevelopment"
},
"julia": {
"title": "Julia",
"owner": "cdagnino"
},
"keyman": {
"title": "Keyman",
"owner": "mcdurdin"
},
"kotlin": {
"title": "Kotlin",
"alias": ["kt", "kts"],
"aliasTitles": {
"kts": "Kotlin Script"
},
"require": "clike",
"owner": "Golmote"
},
"kumir": {
"title": "KuMir (КуМир)",
"alias": "kum",
"owner": "edukisto"
},
"kusto": {
"title": "Kusto",
"owner": "RunDevelopment"
},
"latex": {
"title": "LaTeX",
"alias": ["tex", "context"],
"aliasTitles": {
"tex": "TeX",
"context": "ConTeXt"
},
"owner": "japborst"
},
"latte": {
"title": "Latte",
"require": ["clike", "markup-templating", "php"],
"owner": "nette"
},
"less": {
"title": "Less",
"require": "css",
"optional": "css-extras",
"owner": "Golmote"
},
"lilypond": {
"title": "LilyPond",
"require": "scheme",
"alias": "ly",
"owner": "RunDevelopment"
},
"liquid": {
"title": "Liquid",
"require": "markup-templating",
"owner": "cinhtau"
},
"lisp": {
"title": "Lisp",
"alias": ["emacs", "elisp", "emacs-lisp"],
"owner": "JuanCaicedo"
},
"livescript": {
"title": "LiveScript",
"owner": "Golmote"
},
"llvm": {
"title": "LLVM IR",
"owner": "porglezomp"
},
"log": {
"title": "Log file",
"optional": "javastacktrace",
"owner": "RunDevelopment"
},
"lolcode": {
"title": "LOLCODE",
"owner": "Golmote"
},
"lua": {
"title": "Lua",
"owner": "Golmote"
},
"magma": {
"title": "Magma (CAS)",
"owner": "RunDevelopment"
},
"makefile": {
"title": "Makefile",
"owner": "Golmote"
},
"markdown": {
"title": "Markdown",
"require": "markup",
"optional": "yaml",
"alias": "md",
"owner": "Golmote"
},
"markup-templating": {
"title": "Markup templating",
"require": "markup",
"owner": "Golmote"
},
"matlab": {
"title": "MATLAB",
"owner": "Golmote"
},
"maxscript": {
"title": "MAXScript",
"owner": "RunDevelopment"
},
"mel": {
"title": "MEL",
"owner": "Golmote"
},
"mermaid": {
"title": "Mermaid",
"owner": "RunDevelopment"
},
"mizar": {
"title": "Mizar",
"owner": "Golmote"
},
"mongodb": {
"title": "MongoDB",
"owner": "airs0urce",
"require": "javascript"
},
"monkey": {
"title": "Monkey",
"owner": "Golmote"
},
"moonscript": {
"title": "MoonScript",
"alias": "moon",
"owner": "RunDevelopment"
},
"n1ql": {
"title": "N1QL",
"owner": "TMWilds"
},
"n4js": {
"title": "N4JS",
"require": "javascript",
"optional": "jsdoc",
"alias": "n4jsd",
"owner": "bsmith-n4"
},
"nand2tetris-hdl": {
"title": "Nand To Tetris HDL",
"owner": "stephanmax"
},
"naniscript": {
"title": "Naninovel Script",
"owner": "Elringus",
"alias": "nani"
},
"nasm": {
"title": "NASM",
"owner": "rbmj"
},
"neon": {
"title": "NEON",
"owner": "nette"
},
"nevod": {
"title": "Nevod",
"owner": "nezaboodka"
},
"nginx": {
"title": "nginx",
"owner": "volado"
},
"nim": {
"title": "Nim",
"owner": "Golmote"
},
"nix": {
"title": "Nix",
"owner": "Golmote"
},
"nsis": {
"title": "NSIS",
"owner": "idleberg"
},
"objectivec": {
"title": "Objective-C",
"require": "c",
"alias": "objc",
"owner": "uranusjr"
},
"ocaml": {
"title": "OCaml",
"owner": "Golmote"
},
"opencl": {
"title": "OpenCL",
"require": "c",
"modify": [
"c",
"cpp"
],
"owner": "Milania1"
},
"openqasm": {
"title": "OpenQasm",
"alias": "qasm",
"owner": "RunDevelopment"
},
"oz": {
"title": "Oz",
"owner": "Golmote"
},
"parigp": {
"title": "PARI/GP",
"owner": "Golmote"
},
"parser": {
"title": "Parser",
"require": "markup",
"owner": "Golmote"
},
"pascal": {
"title": "Pascal",
"alias": "objectpascal",
"aliasTitles": {
"objectpascal": "Object Pascal"
},
"owner": "Golmote"
},
"pascaligo": {
"title": "Pascaligo",
"owner": "DefinitelyNotAGoat"
},
"psl": {
"title": "PATROL Scripting Language",
"owner": "bertysentry"
},
"pcaxis": {
"title": "PC-Axis",
"alias": "px",
"owner": "RunDevelopment"
},
"peoplecode": {
"title": "PeopleCode",
"alias": "pcode",
"owner": "RunDevelopment"
},
"perl": {
"title": "Perl",
"owner": "Golmote"
},
"php": {
"title": "PHP",
"require": "markup-templating",
"owner": "milesj"
},
"phpdoc": {
"title": "PHPDoc",
"require": ["php", "javadoclike"],
"modify": "php",
"owner": "RunDevelopment"
},
"php-extras": {
"title": "PHP Extras",
"require": "php",
"modify": "php",
"owner": "milesj"
},
"plsql": {
"title": "PL/SQL",
"require": "sql",
"owner": "Golmote"
},
"powerquery": {
"title": "PowerQuery",
"alias": ["pq", "mscript"],
"owner": "peterbud"
},
"powershell": {
"title": "PowerShell",
"owner": "nauzilus"
},
"processing": {
"title": "Processing",
"require": "clike",
"owner": "Golmote"
},
"prolog": {
"title": "Prolog",
"owner": "Golmote"
},
"promql": {
"title": "PromQL",
"owner": "arendjr"
},
"properties": {
"title": ".properties",
"owner": "Golmote"
},
"protobuf": {
"title": "Protocol Buffers",
"require": "clike",
"owner": "just-boris"
},
"pug": {
"title": "Pug",
"require": ["markup", "javascript"],
"optional": [
"coffeescript",
"ejs",
"handlebars",
"less",
"livescript",
"markdown",
"scss",
"stylus",
"twig"
],
"owner": "Golmote"
},
"puppet": {
"title": "Puppet",
"owner": "Golmote"
},
"pure": {
"title": "Pure",
"optional": [
"c",
"cpp",
"fortran"
],
"owner": "Golmote"
},
"purebasic": {
"title": "PureBasic",
"require": "clike",
"alias": "pbfasm",
"owner": "HeX0R101"
},
"purescript": {
"title": "PureScript",
"require": "haskell",
"alias": "purs",
"owner": "sriharshachilakapati"
},
"python": {
"title": "Python",
"alias": "py",
"owner": "multipetros"
},
"qsharp": {
"title": "Q#",
"require": "clike",
"alias": "qs",
"owner": "fedonman"
},
"q": {
"title": "Q (kdb+ database)",
"owner": "Golmote"
},
"qml": {
"title": "QML",
"require": "javascript",
"owner": "RunDevelopment"
},
"qore": {
"title": "Qore",
"require": "clike",
"owner": "temnroegg"
},
"r": {
"title": "R",
"owner": "Golmote"
},
"racket": {
"title": "Racket",
"require": "scheme",
"alias": "rkt",
"owner": "RunDevelopment"
},
"cshtml": {
"title": "Razor C#",
"alias": "razor",
"require": ["markup", "csharp"],
"optional":[
"css",
"css-extras",
"javascript",
"js-extras"
],
"owner": "RunDevelopment"
},
"jsx": {
"title": "React JSX",
"require": ["markup", "javascript"],
"optional": [
"jsdoc",
"js-extras",
"js-templates"
],
"owner": "vkbansal"
},
"tsx": {
"title": "React TSX",
"require": ["jsx", "typescript"]
},
"reason": {
"title": "Reason",
"require": "clike",
"owner": "Golmote"
},
"regex": {
"title": "Regex",
"owner": "RunDevelopment"
},
"rego": {
"title": "Rego",
"owner": "JordanSh"
},
"renpy": {
"title": "Ren'py",
"alias": "rpy",
"owner": "HyuchiaDiego"
},
"rest": {
"title": "reST (reStructuredText)",
"owner": "Golmote"
},
"rip": {
"title": "Rip",
"owner": "ravinggenius"
},
"roboconf": {
"title": "Roboconf",
"owner": "Golmote"
},
"robotframework": {
"title": "Robot Framework",
"alias": "robot",
"owner": "RunDevelopment"
},
"ruby": {
"title": "Ruby",
"require": "clike",
"alias": "rb",
"owner": "samflores"
},
"rust": {
"title": "Rust",
"owner": "Golmote"
},
"sas": {
"title": "SAS",
"optional": ["groovy", "lua", "sql"],
"owner": "Golmote"
},
"sass": {
"title": "Sass (Sass)",
"require": "css",
"optional": "css-extras",
"owner": "Golmote"
},
"scss": {
"title": "Sass (Scss)",
"require": "css",
"optional": "css-extras",
"owner": "MoOx"
},
"scala": {
"title": "Scala",
"require": "java",
"owner": "jozic"
},
"scheme": {
"title": "Scheme",
"owner": "bacchus123"
},
"shell-session": {
"title": "Shell session",
"require": "bash",
"alias": ["sh-session", "shellsession"],
"owner": "RunDevelopment"
},
"smali": {
"title": "Smali",
"owner": "RunDevelopment"
},
"smalltalk": {
"title": "Smalltalk",
"owner": "Golmote"
},
"smarty": {
"title": "Smarty",
"require": "markup-templating",
"owner": "Golmote"
},
"sml": {
"title": "SML",
"alias": "smlnj",
"aliasTitles": {
"smlnj": "SML/NJ"
},
"owner": "RunDevelopment"
},
"solidity": {
"title": "Solidity (Ethereum)",
"alias": "sol",
"require": "clike",
"owner": "glachaud"
},
"solution-file": {
"title": "Solution file",
"alias": "sln",
"owner": "RunDevelopment"
},
"soy": {
"title": "Soy (Closure Template)",
"require": "markup-templating",
"owner": "Golmote"
},
"sparql": {
"title": "SPARQL",
"require": "turtle",
"owner": "Triply-Dev",
"alias": "rq"
},
"splunk-spl": {
"title": "Splunk SPL",
"owner": "RunDevelopment"
},
"sqf": {
"title": "SQF: Status Quo Function (Arma 3)",
"require": "clike",
"owner": "RunDevelopment"
},
"sql": {
"title": "SQL",
"owner": "multipetros"
},
"squirrel": {
"title": "Squirrel",
"require": "clike",
"owner": "RunDevelopment"
},
"stan": {
"title": "Stan",
"owner": "RunDevelopment"
},
"iecst": {
"title": "Structured Text (IEC 61131-3)",
"owner": "serhioromano"
},
"stylus": {
"title": "Stylus",
"owner": "vkbansal"
},
"swift": {
"title": "Swift",
"owner": "chrischares"
},
"systemd": {
"title": "Systemd configuration file",
"owner": "RunDevelopment"
},
"t4-templating": {
"title": "T4 templating",
"owner": "RunDevelopment"
},
"t4-cs": {
"title": "T4 Text Templates (C#)",
"require": ["t4-templating", "csharp"],
"alias": "t4",
"owner": "RunDevelopment"
},
"t4-vb": {
"title": "T4 Text Templates (VB)",
"require": ["t4-templating", "vbnet"],
"owner": "RunDevelopment"
},
"tap": {
"title": "TAP",
"owner": "isaacs",
"require": "yaml"
},
"tcl": {
"title": "Tcl",
"owner": "PeterChaplin"
},
"tt2": {
"title": "Template Toolkit 2",
"require": ["clike", "markup-templating"],
"owner": "gflohr"
},
"textile": {
"title": "Textile",
"require": "markup",
"optional": "css",
"owner": "Golmote"
},
"toml": {
"title": "TOML",
"owner": "RunDevelopment"
},
"turtle": {
"title": "Turtle",
"alias": "trig",
"aliasTitles": {
"trig": "TriG"
},
"owner": "jakubklimek"
},
"twig": {
"title": "Twig",
"require": "markup",
"owner": "brandonkelly"
},
"typescript": {
"title": "TypeScript",
"require": "javascript",
"optional": "js-templates",
"alias": "ts",
"owner": "vkbansal"
},
"typoscript": {
"title": "TypoScript",
"alias": "tsconfig",
"aliasTitles": {
"tsconfig": "TSConfig"
},
"owner": "dkern"
},
"unrealscript": {
"title": "UnrealScript",
"alias": ["uscript", "uc"],
"owner": "RunDevelopment"
},
"uri": {
"title": "URI",
"alias": "url",
"aliasTitles": {
"url": "URL"
},
"owner": "RunDevelopment"
},
"v": {
"title": "V",
"require": "clike",
"owner": "taggon"
},
"vala": {
"title": "Vala",
"require": "clike",
"optional": "regex",
"owner": "TemplarVolk"
},
"vbnet": {
"title": "VB.Net",
"require": "basic",
"owner": "Bigsby"
},
"velocity": {
"title": "Velocity",
"require": "markup",
"owner": "Golmote"
},
"verilog": {
"title": "Verilog",
"owner": "a-rey"
},
"vhdl": {
"title": "VHDL",
"owner": "a-rey"
},
"vim": {
"title": "vim",
"owner": "westonganger"
},
"visual-basic": {
"title": "Visual Basic",
"alias": ["vb", "vba"],
"aliasTitles": {
"vba": "VBA"
},
"owner": "Golmote"
},
"warpscript": {
"title": "WarpScript",
"owner": "RunDevelopment"
},
"wasm": {
"title": "WebAssembly",
"owner": "Golmote"
},
"wiki": {
"title": "Wiki markup",
"require": "markup",
"owner": "Golmote"
},
"wolfram": {
"title": "Wolfram language",
"alias": ["mathematica", "nb", "wl"],
"aliasTitles": {
"mathematica": "Mathematica",
"nb": "Mathematica Notebook"
},
"owner": "msollami"
},
"wren": {
"title": "Wren",
"owner": "clsource"
},
"xeora": {
"title": "Xeora",
"require": "markup",
"alias": "xeoracube",
"aliasTitles": {
"xeoracube": "XeoraCube"
},
"owner": "freakmaxi"
},
"xml-doc": {
"title": "XML doc (.net)",
"require": "markup",
"modify": ["csharp", "fsharp", "vbnet"],
"owner": "RunDevelopment"
},
"xojo": {
"title": "Xojo (REALbasic)",
"owner": "Golmote"
},
"xquery": {
"title": "XQuery",
"require": "markup",
"owner": "Golmote"
},
"yaml": {
"title": "YAML",
"alias": "yml",
"owner": "hason"
},
"yang": {
"title": "YANG",
"owner": "RunDevelopment"
},
"zig": {
"title": "Zig",
"owner": "RunDevelopment"
}
},
"plugins": {
"meta": {
"path": "plugins/{id}/prism-{id}",
"link": "plugins/{id}/"
},
"line-highlight": {
"title": "Line Highlight",
"description": "Highlights specific lines and/or line ranges."
},
"line-numbers": {
"title": "Line Numbers",
"description": "Line number at the beginning of code lines.",
"owner": "kuba-kubula"
},
"show-invisibles": {
"title": "Show Invisibles",
"description": "Show hidden characters such as tabs and line breaks.",
"optional": [
"autolinker",
"data-uri-highlight"
]
},
"autolinker": {
"title": "Autolinker",
"description": "Converts URLs and emails in code to clickable links. Parses Markdown links in comments."
},
"wpd": {
"title": "WebPlatform Docs",
"description": "Makes tokens link to <a href=\"https://webplatform.github.io/docs/\">WebPlatform.org documentation</a>. The links open in a new tab."
},
"custom-class": {
"title": "Custom Class",
"description": "This plugin allows you to prefix Prism's default classes (<code>.comment</code> can become <code>.namespace--comment</code>) or replace them with your defined ones (like <code>.editor__comment</code>). You can even add new classes.",
"owner": "dvkndn",
"noCSS": true
},
"file-highlight": {
"title": "File Highlight",
"description": "Fetch external files and highlight them with Prism. Used on the Prism website itself.",
"noCSS": true
},
"show-language": {
"title": "Show Language",
"description": "Display the highlighted language in code blocks (inline code does not show the label).",
"owner": "nauzilus",
"noCSS": true,
"require": "toolbar"
},
"jsonp-highlight": {
"title": "JSONP Highlight",
"description": "Fetch content with JSONP and highlight some interesting content (e.g. GitHub/Gists or Bitbucket API).",
"noCSS": true,
"owner": "nauzilus"
},
"highlight-keywords": {
"title": "Highlight Keywords",
"description": "Adds special CSS classes for each keyword for fine-grained highlighting.",
"owner": "vkbansal",
"noCSS": true
},
"remove-initial-line-feed": {
"title": "Remove initial line feed",
"description": "Removes the initial line feed in code blocks.",
"owner": "Golmote",
"noCSS": true
},
"inline-color": {
"title": "Inline color",
"description": "Adds a small inline preview for colors in style sheets.",
"require": "css-extras",
"owner": "RunDevelopment"
},
"previewers": {
"title": "Previewers",
"description": "Previewers for angles, colors, gradients, easing and time.",
"require": "css-extras",
"owner": "Golmote"
},
"autoloader": {
"title": "Autoloader",
"description": "Automatically loads the needed languages to highlight the code blocks.",
"owner": "Golmote",
"noCSS": true
},
"keep-markup": {
"title": "Keep Markup",
"description": "Prevents custom markup from being dropped out during highlighting.",
"owner": "Golmote",
"optional": "normalize-whitespace",
"noCSS": true
},
"command-line": {
"title": "Command Line",
"description": "Display a command line with a prompt and, optionally, the output/response from the commands.",
"owner": "chriswells0"
},
"unescaped-markup": {
"title": "Unescaped Markup",
"description": "Write markup without having to escape anything."
},
"normalize-whitespace": {
"title": "Normalize Whitespace",
"description": "Supports multiple operations to normalize whitespace in code blocks.",
"owner": "zeitgeist87",
"optional": "unescaped-markup",
"noCSS": true
},
"data-uri-highlight": {
"title": "Data-URI Highlight",
"description": "Highlights data-URI contents.",
"owner": "Golmote",
"noCSS": true
},
"toolbar": {
"title": "Toolbar",
"description": "Attach a toolbar for plugins to easily register buttons on the top of a code block.",
"owner": "mAAdhaTTah"
},
"copy-to-clipboard": {
"title": "Copy to Clipboard Button",
"description": "Add a button that copies the code block to the clipboard when clicked.",
"owner": "mAAdhaTTah",
"require": "toolbar",
"noCSS": true
},
"download-button": {
"title": "Download Button",
"description": "A button in the toolbar of a code block adding a convenient way to download a code file.",
"owner": "Golmote",
"require": "toolbar",
"noCSS": true
},
"match-braces": {
"title": "Match braces",
"description": "Highlights matching braces.",
"owner": "RunDevelopment"
},
"diff-highlight": {
"title": "Diff Highlight",
"description": "Highlights the code inside diff blocks.",
"owner": "RunDevelopment",
"require": "diff"
},
"filter-highlight-all": {
"title": "Filter highlightAll",
"description": "Filters the elements the <code>highlightAll</code> and <code>highlightAllUnder</code> methods actually highlight.",
"owner": "RunDevelopment",
"noCSS": true
},
"treeview": {
"title": "Treeview",
"description": "A language with special styles to highlight file system tree structures.",
"owner": "Golmote"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/swordfly/jfprismjs.git
git@gitee.com:swordfly/jfprismjs.git
swordfly
jfprismjs
jfprismjs
master

搜索帮助