mirror of
https://github.com/ilyakooo0/helix.git
synced 2024-11-25 05:15:03 +03: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-diff | ✓ | | | |
|
||||||
| git-ignore | ✓ | | | |
|
| git-ignore | ✓ | | | |
|
||||||
| git-rebase | ✓ | | | |
|
| git-rebase | ✓ | | | |
|
||||||
| gleam | ✓ | ✓ | | |
|
| gleam | ✓ | ✓ | | `gleam` |
|
||||||
| glsl | ✓ | ✓ | ✓ | |
|
| glsl | ✓ | ✓ | ✓ | |
|
||||||
| go | ✓ | ✓ | ✓ | `gopls` |
|
| go | ✓ | ✓ | ✓ | `gopls` |
|
||||||
| gomod | ✓ | | | `gopls` |
|
| gomod | ✓ | | | `gopls` |
|
||||||
|
@ -1140,6 +1140,7 @@ file-types = ["gleam"]
|
|||||||
roots = ["gleam.toml"]
|
roots = ["gleam.toml"]
|
||||||
comment-token = "//"
|
comment-token = "//"
|
||||||
indent = { tab-width = 2, unit = " " }
|
indent = { tab-width = 2, unit = " " }
|
||||||
|
language-server = { command = "gleam", args = ["lsp"] }
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "gleam"
|
name = "gleam"
|
||||||
|
Loading…
Reference in New Issue
Block a user