Add Prism Syntax highlighter
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 26 Sep 2018 21:55:01 +0000 (23:55 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 29 Nov 2018 14:41:54 +0000 (15:41 +0100)
commit20d1407b79bbf049d4dc1085c1aa33f98b09fdc2
tree18d3ae9583d5a3bf520f17dbefbd94e4ec357ae4
parent27783606fc44c96811f0e23da6267ccb2df0425e
Add Prism Syntax highlighter

see #2752
158 files changed:
wcfsetup/install/files/js/3rdParty/prism/LICENSE [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/README.md [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/build.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components.json [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-abap.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-actionscript.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-ada.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-apacheconf.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-apl.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-applescript.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-arduino.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-arff.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-asciidoc.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-asm6502.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-aspnet.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-autohotkey.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-autoit.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-bash.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-basic.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-batch.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-bison.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-brainfuck.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-bro.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-c.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-clike.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-clojure.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-coffeescript.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-cpp.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-crystal.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-csharp.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-csp.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-css-extras.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-css.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-d.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-dart.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-diff.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-django.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-docker.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-eiffel.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-elixir.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-elm.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-erb.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-erlang.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-flow.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-fortran.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-fsharp.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-gedcom.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-gherkin.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-git.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-glsl.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-gml.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-go.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-graphql.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-groovy.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-haml.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-handlebars.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-haskell.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-haxe.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-hpkp.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-hsts.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-http.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-ichigojam.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-icon.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-inform7.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-ini.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-io.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-j.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-java.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-javascript.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-jolie.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-json.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-jsx.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-julia.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-keyman.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-kotlin.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-latex.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-less.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-liquid.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-lisp.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-livescript.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-lolcode.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-lua.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-makefile.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-markdown.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-markup-templating.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-markup.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-matlab.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-mel.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-mizar.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-monkey.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-n4js.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-nasm.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-nginx.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-nim.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-nix.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-nsis.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-objectivec.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-ocaml.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-opencl.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-oz.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-parigp.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-parser.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-pascal.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-perl.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-php-extras.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-php.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-plsql.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-powershell.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-processing.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-prolog.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-properties.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-protobuf.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-pug.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-puppet.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-pure.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-python.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-q.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-qore.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-r.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-reason.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-renpy.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-rest.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-rip.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-roboconf.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-ruby.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-rust.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-sas.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-sass.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-scala.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-scheme.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-scss.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-smalltalk.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-smarty.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-soy.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-sql.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-stylus.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-swift.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-tap.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-tcl.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-textile.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-tsx.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-tt2.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-twig.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-typescript.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-vbnet.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-velocity.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-verilog.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-vhdl.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-vim.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-visual-basic.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-wasm.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-wiki.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-xeora.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-xojo.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-xquery.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/components/prism-yaml.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/prism-meta.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/prism/prism.js [new file with mode: 0644]