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 rongyi committed Jan 8, 2025
1 parent 9a304a7 commit 4175351
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 4175351

Please sign in to comment.