Skip to content

Commit

Permalink
Fix Teal LSP name. (helix-editor#12395)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre-LA authored and Desdaemon committed Jan 6, 2025
1 parent 858dee8 commit 0778249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0778249

Please sign in to comment.