Skip to content

Commit

Permalink
Add language server command for Crystal (helix-editor#6948)
Browse files Browse the repository at this point in the history
  • Loading branch information
taupiqueur authored and Triton171 committed Jun 18, 2023
1 parent 4f0271e commit 69a9675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/generated/lang-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
| common-lisp || | | `cl-lsp` |
| cpon || || |
| cpp |||| `clangd` |
| crystal ||| | |
| crystal ||| | `crystalline` |
| css || | | `vscode-css-language-server` |
| cue || | | `cuelsp` |
| d |||| `serve-d` |
Expand Down
1 change: 1 addition & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 69a9675

Please sign in to comment.