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
45771cbf
Commit
45771cbf
authored
Aug 24, 2022
by
Quinten Kock
Browse files
Add Metals for Scala to the default LSP list
parent
2f5892e7
Pipeline
#222117
canceled with stage
in 1 minute and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
addons/lspclient/settings.json
View file @
45771cbf
...
...
@@ -146,6 +146,12 @@
"url"
:
"https://rust-analyzer.github.io"
,
"highlightingModeRegex"
:
"^Rust$"
},
"scala"
:
{
"command"
:
[
"metals"
],
"rootIndicationFileNames"
:
[
"build.sbt"
],
"url"
:
"https://scalameta.org/metals/"
,
"highlightingModeRegex"
:
"^Scala$"
},
"typescript"
:
{
"use"
:
"javascript"
,
"highlightingModeRegex"
:
"^TypeScript.*$"
,
...
...
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