mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
Fix Teal LSP name. (#12395)
This commit is contained in:
parent
827deba74c
commit
b47b946c47
1 changed files with 1 additions and 1 deletions
|
@ -1316,7 +1316,7 @@ file-types = ["tl"]
|
||||||
comment-tokens = "--"
|
comment-tokens = "--"
|
||||||
block-comment-tokens = { start = "--[[", end = "--]]" }
|
block-comment-tokens = { start = "--[[", end = "--]]" }
|
||||||
roots = [ "tlconfig.lua" ]
|
roots = [ "tlconfig.lua" ]
|
||||||
language-servers = [ "teal-lsp" ]
|
language-servers = [ "teal-language-server" ]
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "svelte"
|
name = "svelte"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue