mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
Fix Teal LSP name. (#12395)
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user