aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
index f9dac467..031313e9 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"