From 7807291f71bb6cd2b2f4ec8f53b2f734dc99912f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20S=C3=B6derqvist?= Date: Tue, 12 Mar 2024 09:19:17 +0100 Subject: [PATCH] Add Ballerina to the list of languages (#2684) --- languages.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/languages.json b/languages.json index 5d6dfda9ab..45bf6c212d 100644 --- a/languages.json +++ b/languages.json @@ -1,6 +1,7 @@ { "ActionScript": "actionscript", "ActiveX/COM+": "activex-com", + "Ballerina": "ballerina", "Bash": "bash", "Boomi": "boomi", "C": "c", @@ -61,4 +62,4 @@ "VCL": "vcl", "Xojo": "xojo", "Zig": "zig" -} \ No newline at end of file +}