From d73427248520b5b0f6a51b30cc56970770e97b85 Mon Sep 17 00:00:00 2001 From: Ethan Edwards Date: Sun, 18 Oct 2020 09:53:18 -0400 Subject: [PATCH] Fix tabs turn them into spaces. --- api/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/main.go b/api/main.go index 396c63e..486f060 100644 --- a/api/main.go +++ b/api/main.go @@ -69,7 +69,7 @@ func Execute(res http.ResponseWriter, req *http.Request) { "bash", "brainfuck", "bf", "c", - "commonlisp", "clisp", "cl", + "commonlisp", "clisp", "cl", "cpp", "c++", "csharp", "cs", "c#", "deno", "denojs", "denots",