Add LSP config for Odin (#3214)
This commit is contained in:
parent
9a49623721
commit
2f1d3d0899
2 changed files with 3 additions and 2 deletions
|
@ -67,7 +67,7 @@
|
|||
| nu | ✓ | | | |
|
||||
| ocaml | ✓ | | ✓ | `ocamllsp` |
|
||||
| ocaml-interface | ✓ | | | `ocamllsp` |
|
||||
| odin | ✓ | | | |
|
||||
| odin | ✓ | | | `ols` |
|
||||
| openscad | ✓ | | | `openscad-language-server` |
|
||||
| org | ✓ | | | |
|
||||
| perl | ✓ | ✓ | ✓ | |
|
||||
|
|
|
@ -1368,7 +1368,8 @@ name = "odin"
|
|||
auto-format = false
|
||||
scope = "source.odin"
|
||||
file-types = ["odin"]
|
||||
roots = []
|
||||
roots = ["ols.json"]
|
||||
language-server = { command = "ols", args = [] }
|
||||
comment-token = "//"
|
||||
indent = { tab-width = 4, unit = "\t" }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue