Skip to content

Commit

Permalink
add ruby-lsp as candidate for the ruby lsp (#12511)
Browse files Browse the repository at this point in the history
  • Loading branch information
j03-dev authored Jan 23, 2025
1 parent cb0f201 commit 6593969
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/src/generated/lang-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
| robot || | | `robotframework_ls` |
| ron || || |
| rst || | | |
| ruby |||| `solargraph` |
| ruby |||| `ruby-lsp`, `solargraph` |
| rust |||| `rust-analyzer` |
| sage ||| | |
| scala |||| `metals` |
Expand Down
3 changes: 2 additions & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ regols = { command = "regols" }
rescript-language-server = { command = "rescript-language-server", args = ["--stdio"] }
robotframework_ls = { command = "robotframework_ls" }
ruff = { command = "ruff", args = ["server"] }
ruby-lsp = { command = "ruby-lsp" }
serve-d = { command = "serve-d" }
slint-lsp = { command = "slint-lsp", args = [] }
solargraph = { command = "solargraph", args = ["stdio"] }
Expand Down Expand Up @@ -974,7 +975,7 @@ file-types = [
]
shebangs = ["ruby"]
comment-token = "#"
language-servers = [ "solargraph" ]
language-servers = [ "ruby-lsp", "solargraph" ]
indent = { tab-width = 2, unit = " " }

[[grammar]]
Expand Down

0 comments on commit 6593969

Please sign in to comment.