aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 3082c127..7b4737cf 100644
--- a/languages.toml
+++ b/languages.toml
@@ -1523,7 +1523,7 @@ injection-regex = "openscad"
file-types = ["scad"]
roots = []
comment-token = "//"
-language-server = { command = "openscad-language-server" }
+language-server = { command = "openscad-lsp", args = ["--stdio"] }
indent = { tab-width = 2, unit = "\t" }
[[grammar]]