change to openscad-lsp (#3750)

pull/3772/head
ChemicalXandco 2 years ago committed by GitHub
parent 8a1047c844
commit 7210b39587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -75,7 +75,7 @@
| ocaml | ✓ | | ✓ | `ocamllsp` |
| ocaml-interface | ✓ | | | `ocamllsp` |
| odin | ✓ | | | `ols` |
| openscad | ✓ | | | `openscad-language-server` |
| openscad | ✓ | | | `openscad-lsp` |
| org | ✓ | | | |
| pascal | ✓ | ✓ | | `pasls` |
| perl | ✓ | ✓ | ✓ | |

@ -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]]

Loading…
Cancel
Save