Skip to content

Commit

Permalink
Gleam: add support for built-in language server (helix-editor#3139)
Browse files Browse the repository at this point in the history
* Add gleam lsp support

* Docgen gleam lsp support
  • Loading branch information
connorlay authored and thomasskk committed Sep 9, 2022
1 parent 298beeb commit c9eaca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/generated/lang-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
| git-diff || | | |
| git-ignore || | | |
| git-rebase || | | |
| gleam ||| | |
| gleam ||| | `gleam` |
| glsl |||| |
| go |||| `gopls` |
| gomod || | | `gopls` |
Expand Down
1 change: 1 addition & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c9eaca7

Please sign in to comment.