mirror of https://github.com/helix-editor/helix
change to openscad-lsp (#3750)
parent
8a1047c844
commit
7210b39587
|
@ -75,7 +75,7 @@
|
||||||
| ocaml | ✓ | | ✓ | `ocamllsp` |
|
| ocaml | ✓ | | ✓ | `ocamllsp` |
|
||||||
| ocaml-interface | ✓ | | | `ocamllsp` |
|
| ocaml-interface | ✓ | | | `ocamllsp` |
|
||||||
| odin | ✓ | | | `ols` |
|
| odin | ✓ | | | `ols` |
|
||||||
| openscad | ✓ | | | `openscad-language-server` |
|
| openscad | ✓ | | | `openscad-lsp` |
|
||||||
| org | ✓ | | | |
|
| org | ✓ | | | |
|
||||||
| pascal | ✓ | ✓ | | `pasls` |
|
| pascal | ✓ | ✓ | | `pasls` |
|
||||||
| perl | ✓ | ✓ | ✓ | |
|
| perl | ✓ | ✓ | ✓ | |
|
||||||
|
|
|
@ -1523,7 +1523,7 @@ injection-regex = "openscad"
|
||||||
file-types = ["scad"]
|
file-types = ["scad"]
|
||||||
roots = []
|
roots = []
|
||||||
comment-token = "//"
|
comment-token = "//"
|
||||||
language-server = { command = "openscad-language-server" }
|
language-server = { command = "openscad-lsp", args = ["--stdio"] }
|
||||||
indent = { tab-width = 2, unit = "\t" }
|
indent = { tab-width = 2, unit = "\t" }
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
|
|
Loading…
Reference in New Issue