Skip to content

Commit 482461b

Browse files
committed
Add HolyC, Reason, and WebAssembly to browser
1 parent 7891b12 commit 482461b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/resources/scripts/info.js

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,13 @@ var langs = [
606606
n: "Haxe",
607607
d: "Description coming soon",
608608
},
609+
{
610+
i: "holyc",
611+
n: "HolyC",
612+
d: "Description coming soon",
613+
h: "https://holyc-lang.com/",
614+
w: "https://en.wikipedia.org/wiki/HolyC",
615+
},
609616
{
610617
i: "hylo",
611618
n: "Hylo",
@@ -1186,6 +1193,14 @@ var langs = [
11861193
r: "Being Perl 6",
11871194
t: ["Scripting", "Gradually Typed"],
11881195
},
1196+
{
1197+
i: "reason",
1198+
n: "Reason",
1199+
h: "https://reasonml.github.io/",
1200+
w: "https://en.wikipedia.org/wiki/Reason_(programming_language)",
1201+
d: "Description coming soon",
1202+
f: 2016,
1203+
},
11891204
{
11901205
i: "roy",
11911206
n: "Roy",
@@ -1451,6 +1466,13 @@ var langs = [
14511466
n: "Vyxal",
14521467
d: "Description coming soon",
14531468
},
1469+
{
1470+
i: "wasm",
1471+
n: "WebAssembly",
1472+
h: "https://webassembly.org/",
1473+
w: "https://en.wikipedia.org/wiki/WebAssembly",
1474+
d: "Description coming soon",
1475+
},
14541476
{
14551477
i: "whiley",
14561478
n: "Whiley",

0 commit comments

Comments
 (0)