We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 298beeb commit c9eaca7Copy full SHA for c9eaca7
book/src/generated/lang-support.md
@@ -30,7 +30,7 @@
30
| git-diff | ✓ | | | |
31
| git-ignore | ✓ | | | |
32
| git-rebase | ✓ | | | |
33
-| gleam | ✓ | ✓ | | |
+| gleam | ✓ | ✓ | | `gleam` |
34
| glsl | ✓ | ✓ | ✓ | |
35
| go | ✓ | ✓ | ✓ | `gopls` |
36
| gomod | ✓ | | | `gopls` |
languages.toml
@@ -1140,6 +1140,7 @@ file-types = ["gleam"]
1140
roots = ["gleam.toml"]
1141
comment-token = "//"
1142
indent = { tab-width = 2, unit = " " }
1143
+language-server = { command = "gleam", args = ["lsp"] }
1144
1145
[[grammar]]
1146
name = "gleam"
0 commit comments