mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-25 19:03:30 +04:00
change to openscad-lsp (#3750)
This commit is contained in:
parent
8a1047c844
commit
7210b39587
@ -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…
Reference in New Issue
Block a user