Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
058a9b6d
Commit
058a9b6d
authored
Nov 09, 2021
by
shenleban tongying
Browse files
add racket lsp
parent
eaf21f5b
Pipeline
#96425
passed with stage
in 3 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
addons/lspclient/settings.json
View file @
058a9b6d
...
...
@@ -93,6 +93,12 @@
"url"
:
"https://github.com/REditorSupport/languageserver"
,
"highlightingModeRegex"
:
"^R Script$"
},
"racket"
:
{
"command"
:
[
"racket"
,
"-l"
,
"racket-langserver"
],
"rootIndicationFileNames"
:
[
"info.rkt"
],
"url"
:
"https://github.com/jeapostrophe/racket-langserver"
,
"highlightingModeRegex"
:
"^Racket$"
},
"rust"
:
{
"command"
:
[
"rust-analyzer"
],
"path"
:
[
"%{ENV:HOME}/.cargo/bin"
,
"%{ENV:USERPROFILE}/.cargo/bin"
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment