Unnamed repository; edit this file 'description' to name the repository.
| -rw-r--r-- | languages.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index 5b23423aa..cf7e13ad7 100644 --- a/languages.toml +++ b/languages.toml @@ -104,7 +104,8 @@ nu-lint = { command = "nu-lint", args = ["--lsp"] } nu-lsp = { command = "nu", args = [ "--lsp" ] } ocamllsp = { command = "ocamllsp" } ols = { command = "ols", args = [] } -oxlint-language-server = {command = "oxlint", args = ["--lsp"]} +oxfmt-language-server = { command = "oxfmt", args = ["--lsp"] } +oxlint-language-server = { command = "oxlint", args = ["--lsp"] } omnisharp = { command = "OmniSharp", args = [ "--languageserver" ] } openscad-lsp = { command = "openscad-lsp", args = ["--stdio"] } pasls = { command = "pasls", args = [] } |