Add language server command for Crystal (#6948)

pull/16/head
taupiqueur 1 year ago committed by GitHub
parent d1a4bd876b
commit c49faf5681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,7 @@
| common-lisp | ✓ | | | `cl-lsp` |
| cpon | ✓ | | ✓ | |
| cpp | ✓ | ✓ | ✓ | `clangd` |
| crystal | ✓ | ✓ | | |
| crystal | ✓ | ✓ | | `crystalline` |
| css | ✓ | | | `vscode-css-language-server` |
| cue | ✓ | | | `cuelsp` |
| d | ✓ | ✓ | ✓ | `serve-d` |

@ -253,6 +253,7 @@ roots = ["shard.yml", "shard.lock"]
comment-token = "#"
indent = { tab-width = 2, unit = " " }
grammar = "ruby"
language-server = { command = "crystalline", args = ["--stdio"] }
[[language]]
name = "c-sharp"

Loading…
Cancel
Save