Fix Teal LSP name. (#12395)

This commit is contained in:
André L. Alvares 2025-01-03 23:49:44 -03:00 committed by GitHub
parent 827deba74c
commit b47b946c47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"