From 952b5f57f7af960c28685e807da4a9606f3efcdb Mon Sep 17 00:00:00 2001 From: "Connor Lay (Clay)" Date: Thu, 21 Jul 2022 15:38:02 -0500 Subject: [PATCH 1/2] Add gleam lsp support --- languages.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/languages.toml b/languages.toml index f9dac467ea2c..031313e9f45d 100644 --- a/languages.toml +++ b/languages.toml @@ -1140,6 +1140,7 @@ file-types = ["gleam"] roots = ["gleam.toml"] comment-token = "//" indent = { tab-width = 2, unit = " " } +language-server = { command = "gleam", args = ["lsp"] } [[grammar]] name = "gleam" From c08bbe51b4707f58a3aef3035db07c362093a335 Mon Sep 17 00:00:00 2001 From: "Connor Lay (Clay)" Date: Thu, 21 Jul 2022 16:12:18 -0500 Subject: [PATCH 2/2] Docgen gleam lsp support --- book/src/generated/lang-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/generated/lang-support.md b/book/src/generated/lang-support.md index aecf80acb305..21371c9334f1 100644 --- a/book/src/generated/lang-support.md +++ b/book/src/generated/lang-support.md @@ -30,7 +30,7 @@ | git-diff | ✓ | | | | | git-ignore | ✓ | | | | | git-rebase | ✓ | | | | -| gleam | ✓ | ✓ | | | +| gleam | ✓ | ✓ | | `gleam` | | glsl | ✓ | ✓ | ✓ | | | go | ✓ | ✓ | ✓ | `gopls` | | gomod | ✓ | | | `gopls` |