Skip to content

Commit

Permalink
update prismjs-language-dependencies.js (#3898)
Browse files Browse the repository at this point in the history
  • Loading branch information
fyrkant authored and KyleAMathews committed Feb 7, 2018
1 parent 68b99ee commit 5d31139
Showing 1 changed file with 81 additions and 10 deletions.
91 changes: 81 additions & 10 deletions packages/gatsby-remark-prismjs/src/prism-language-dependencies.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// From "https://raw.githubusercontent.com/PrismJS/prism/v1.6.0/components.js"
// From "https://raw.githubusercontent.com/PrismJS/prism/v1.11.0/components.js"
module.exports = {
meta: {
path: `components/prism-{id}`,
Expand Down Expand Up @@ -54,23 +54,32 @@ module.exports = {
title: `AppleScript`,
owner: `Golmote`,
},
arduino: {
title: `Arduino`,
require: `cpp`,
owner: `eisbehr-`,
},
asciidoc: {
title: `AsciiDoc`,
owner: `Golmote`,
},
asm6502: {
title: `6502 Assembly`,
owner: `kzurawel`,
},
aspnet: {
title: `ASP.NET (C#)`,
require: `markup`,
owner: `nauzilus`,
},
autoit: {
title: `AutoIt`,
owner: `Golmote`,
},
autohotkey: {
title: `AutoHotkey`,
owner: `aviaryan`,
},
autoit: {
title: `AutoIt`,
owner: `Golmote`,
},
bash: {
title: `Bash`,
owner: `zeitgeist87`,
Expand Down Expand Up @@ -121,6 +130,10 @@ module.exports = {
require: `ruby`,
owner: `MakeNowJust`,
},
csp: {
title: `Content-Security-Policy`,
owner: `ScottHelme`,
},
"css-extras": {
title: `CSS Extras`,
require: `css`,
Expand All @@ -140,6 +153,11 @@ module.exports = {
title: `Diff`,
owner: `uranusjr`,
},
django: {
title: `Django/Jinja2`,
require: `markup`,
owner: `romanvm`,
},
docker: {
title: `Docker`,
owner: `JustinBeckwith`,
Expand All @@ -152,6 +170,10 @@ module.exports = {
title: `Elixir`,
owner: `Golmote`,
},
elm: {
title: `Elm`,
owner: `zwilias`,
},
erlang: {
title: `Erlang`,
owner: `Golmote`,
Expand All @@ -161,6 +183,11 @@ module.exports = {
require: `clike`,
owner: `simonreynolds7`,
},
flow: {
title: `Flow`,
require: `javascript`,
owner: `Golmote`,
},
fortran: {
title: `Fortran`,
owner: `Golmote`,
Expand Down Expand Up @@ -215,6 +242,18 @@ module.exports = {
title: `HTTP`,
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`,
Expand All @@ -227,15 +266,14 @@ module.exports = {
title: `Ini`,
owner: `aviaryan`,
},
io: {
title: `Io`,
owner: `AlesTsurko`,
},
j: {
title: `J`,
owner: `Golmote`,
},
jade: {
title: `Jade`,
require: `javascript`,
owner: `Golmote`,
},
java: {
title: `Java`,
require: `clike`,
Expand Down Expand Up @@ -309,6 +347,11 @@ module.exports = {
title: `Monkey`,
owner: `Golmote`,
},
n4js: {
title: `N4JS`,
require: `javascript`,
owner: `bsmith-n4`,
},
nasm: {
title: `NASM`,
owner: `rbmj`,
Expand Down Expand Up @@ -339,6 +382,11 @@ module.exports = {
title: `OCaml`,
owner: `Golmote`,
},
opencl: {
title: `OpenCL`,
require: `cpp`,
owner: `Milania1`,
},
oz: {
title: `Oz`,
owner: `Golmote`,
Expand Down Expand Up @@ -392,6 +440,11 @@ module.exports = {
require: `clike`,
owner: `just-boris`,
},
pug: {
title: `Pug`,
require: `javascript`,
owner: `Golmote`,
},
puppet: {
title: `Puppet`,
owner: `Golmote`,
Expand Down Expand Up @@ -422,6 +475,14 @@ module.exports = {
require: [`markup`, `javascript`],
owner: `vkbansal`,
},
tsx: {
title: `React TSX`,
require: [`jsx`, `typescript`],
},
renpy: {
title: `Ren'py`,
owner: `HyuchiaDiego`,
},
reason: {
title: `Reason`,
require: `clike`,
Expand Down Expand Up @@ -512,6 +573,11 @@ module.exports = {
require: `javascript`,
owner: `vkbansal`,
},
vbnet: {
title: `VB.Net`,
require: `basic`,
owner: `Bigsby`,
},
verilog: {
title: `Verilog`,
owner: `a-rey`,
Expand All @@ -529,6 +595,11 @@ module.exports = {
require: `markup`,
owner: `Golmote`,
},
xeora: {
title: `Xeora`,
require: `markup`,
owner: `freakmaxi`,
},
xojo: {
title: `Xojo (REALbasic)`,
owner: `Golmote`,
Expand Down

0 comments on commit 5d31139

Please sign in to comment.