From 40785b8ac25c96b02647c1445fb1261aac7692d1 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sun, 4 Oct 2020 10:53:36 -0700 Subject: [PATCH] Add alias for Limbo --- backend/src/langs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/langs.ts b/backend/src/langs.ts index 3d5526c..8f425b3 100644 --- a/backend/src/langs.ts +++ b/backend/src/langs.ts @@ -2045,7 +2045,7 @@ PLEASE GIVE UP `, }, limbo: { - aliases: ["inferno"], + aliases: ["inferno", "b"], name: "Limbo", setup: "ln -s /usr/local/inferno/* ./", main: "riju/main.b",