From bd27f6d69909e2c29c285d189927d42c882a1d1e Mon Sep 17 00:00:00 2001 From: kiennq Date: Mon, 23 Sep 2024 18:57:44 +0900 Subject: [PATCH] [docs] Fix build break due to missing comma --- docs/lsp-clients.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lsp-clients.json b/docs/lsp-clients.json index 2800cf5360..1a84a10e9a 100644 --- a/docs/lsp-clients.json +++ b/docs/lsp-clients.json @@ -338,7 +338,7 @@ "name": "futhark", "full-name": "Futhark", "server-name": "futhark-lsp", - "server-url": "https://github.com/diku-dk/futhark" + "server-url": "https://github.com/diku-dk/futhark", "installation": "A part of the compiler since 0.21.9", "debugger": "Not available" },