Skip to content
GitLab
Menu
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
e08602d7
Commit
e08602d7
authored
Jul 04, 2020
by
Christoph Cullmann
🐮
Browse files
add support for Perl LSP server
parent
5db340c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/lspclient/settings.json
View file @
e08602d7
...
...
@@ -54,6 +54,12 @@
"url"
:
"https://github.com/ocaml/ocaml-lsp"
,
"highlightingModeRegex"
:
"^Objective Caml.*$"
},
"perl"
:
{
"command"
:
[
"perl"
,
"-MPerl::LanguageServer"
,
"-e"
,
"Perl::LanguageServer::run"
,
"--"
],
"commandDebug"
:
[
"perl"
,
"-MPerl::LanguageServer"
,
"-e"
,
"Perl::LanguageServer::run"
,
"--"
,
"--debug"
],
"url"
:
"https://github.com/richterger/Perl-LanguageServer"
,
"highlightingModeRegex"
:
"^Perl$"
},
"python"
:
{
"command"
:
[
"pyls"
,
"--check-parent-process"
],
"url"
:
"https://github.com/palantir/python-language-server"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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