Skip to content

Commit

Permalink
change to openscad-lsp (helix-editor#3750)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChemicalXandco authored and jdrst committed Sep 13, 2022
1 parent 277355d commit 43e2246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/src/generated/lang-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
| ocaml || || `ocamllsp` |
| ocaml-interface || | | `ocamllsp` |
| odin || | | `ols` |
| openscad || | | `openscad-language-server` |
| openscad || | | `openscad-lsp` |
| org || | | |
| pascal ||| | `pasls` |
| perl |||| |
Expand Down
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down

0 comments on commit 43e2246

Please sign in to comment.