Skip to content

Commit c9eaca7

Browse files
connorlaythomasskk
authored andcommitted
Gleam: add support for built-in language server (helix-editor#3139)
* Add gleam lsp support * Docgen gleam lsp support
1 parent 298beeb commit c9eaca7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

book/src/generated/lang-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
| git-diff || | | |
3131
| git-ignore || | | |
3232
| git-rebase || | | |
33-
| gleam ||| | |
33+
| gleam ||| | `gleam` |
3434
| glsl |||| |
3535
| go |||| `gopls` |
3636
| gomod || | | `gopls` |

languages.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,6 +1140,7 @@ file-types = ["gleam"]
11401140
roots = ["gleam.toml"]
11411141
comment-token = "//"
11421142
indent = { tab-width = 2, unit = " " }
1143+
language-server = { command = "gleam", args = ["lsp"] }
11431144

11441145
[[grammar]]
11451146
name = "gleam"

0 commit comments

Comments
 (0)