Skip to content

Commit

Permalink
Update docs/src/language_servers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
predragnikolic authored May 29, 2024
1 parent f3dd3eb commit 5748093
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/src/language_servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,20 +486,20 @@ Follow installation instructions on [R-IDE](https://github.com/REditorSupport/su

## Racket

Follow the instructions for installation at [racket-langserver](https://github.com/jeapostrophe/racket-langserver).
1. Install the [Racket](https://packagecontrol.io/packages/Racket) package from Package Control for syntax highlighting.
2. Follow the instructions for installation at [racket-langserver](https://github.com/jeapostrophe/racket-langserver).
3. Open `Preferences > Package Settings > LSP > Settings` and add the `"racket-langserver"` client configuration to the `"clients"`:

Then, put the following in Package Settings/LSP/Settings:
```jsonc
{
"clients": {
"racket-langserver": {
"enabled": true,
"command": ["racket", "-l", "racket-langserver"],
"selector": "source.racket",
"enabled": true
"selector": "source.racket"
}
}
}
```
## Ruby / Ruby on Rails
Expand Down

0 comments on commit 5748093

Please sign in to comment.