mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
Gleam: add support for built-in language server (#3139)
* Add gleam lsp support * Docgen gleam lsp support
This commit is contained in:
parent
76756f0e5d
commit
e560212ec5
@ -30,7 +30,7 @@
|
||||
| git-diff | ✓ | | | |
|
||||
| git-ignore | ✓ | | | |
|
||||
| git-rebase | ✓ | | | |
|
||||
| gleam | ✓ | ✓ | | |
|
||||
| gleam | ✓ | ✓ | | `gleam` |
|
||||
| glsl | ✓ | ✓ | ✓ | |
|
||||
| go | ✓ | ✓ | ✓ | `gopls` |
|
||||
| gomod | ✓ | | | `gopls` |
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user