Skip to content

Commit a203f0d

Browse files
committed
Extensions to the language browser
1 parent 5706a1c commit a203f0d

16 files changed

+7
-6
lines changed

docs/resources/fish-logo-24.png

1.05 KB
Loading

docs/resources/fish-logo-240.png

17 KB
Loading

docs/resources/fish-logo-64.png

1.96 KB
Loading
-3.3 KB
Loading
11.4 KB
Loading

docs/resources/oberon-logo-24.png

1.32 KB
Loading

docs/resources/oberon-logo-240.png

-44.1 KB
Loading

docs/resources/oberon-logo-64.png

3.51 KB
Loading
30.3 KB
Loading

docs/resources/scripts/info.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ var langs = [
200200
{
201201
i: "clu",
202202
n: "CLU",
203+
h: "https://pmg.csail.mit.edu/CLU.html",
204+
w: "CLU_(programming_language)",
203205
d: "Description coming soon",
204206
noLogo: true,
205207
},
@@ -382,7 +384,6 @@ var langs = [
382384
i: "fish",
383385
n: "Fish",
384386
d: "Description coming soon",
385-
noLogo: true,
386387
},
387388
{
388389
i: "forth",
@@ -714,7 +715,6 @@ var langs = [
714715
i: "linotte",
715716
n: "Linotte",
716717
d: "Description coming soon",
717-
noLogo: true,
718718
},
719719
{
720720
i: "livescript",
@@ -894,6 +894,11 @@ var langs = [
894894
"Systems programming",
895895
],
896896
},
897+
{
898+
i: "oberon",
899+
n: "Oberon",
900+
d: "Description coming soon",
901+
},
897902
{
898903
i: "ocaml",
899904
n: "OCaml",
@@ -918,7 +923,6 @@ var langs = [
918923
i: "octave",
919924
n: "Octave",
920925
d: "Description coming soon",
921-
noLogo: true,
922926
},
923927
{
924928
i: "odin",
@@ -1008,7 +1012,6 @@ var langs = [
10081012
i: "powershell",
10091013
n: "PowerShell",
10101014
d: "Description coming soon",
1011-
noLogo: true,
10121015
},
10131016
{
10141017
i: "prolog",
@@ -1330,7 +1333,6 @@ var langs = [
13301333
i: "unison",
13311334
n: "Unison",
13321335
d: "Description coming soon",
1333-
noLogo: true,
13341336
},
13351337
{
13361338
i: "v",
@@ -1363,7 +1365,6 @@ var langs = [
13631365
h: "https://verseprogramming.com/",
13641366
d: "Verse is a functional-logic language created by Epic Games.",
13651367
f: 2023,
1366-
noLogo: true,
13671368
},
13681369
{
13691370
i: "virgil",

0 commit comments

Comments
 (0)