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 = "--"
|
||||
block-comment-tokens = { start = "--[[", end = "--]]" }
|
||||
roots = [ "tlconfig.lua" ]
|
||||
language-servers = [ "teal-lsp" ]
|
||||
language-servers = [ "teal-language-server" ]
|
||||
|
||||
[[language]]
|
||||
name = "svelte"
|
||||
|
|
Loading…
Add table
Reference in a new issue