WIP: Perl LSP
This commit is contained in:
parent
d9b6254bd1
commit
dff2d75fe7
|
@ -1678,6 +1678,9 @@ end.
|
|||
input: `print ("Hello, world!\\n");
|
||||
`,
|
||||
},
|
||||
lsp: {
|
||||
start: `perl -MPerl::LanguageServer -e Perl::LanguageServer::run`,
|
||||
},
|
||||
template: `print("Hello, world!\\n");
|
||||
`,
|
||||
},
|
||||
|
|
|
@ -44,6 +44,7 @@ octave
|
|||
fpc
|
||||
|
||||
# Perl
|
||||
libperl-dev
|
||||
perl
|
||||
perlconsole
|
||||
|
||||
|
|
|
@ -73,6 +73,7 @@ ln -s /opt/opam/default/bin/refmt /usr/local/bin/refmt
|
|||
# Perl
|
||||
cpanm -n Devel::REPL
|
||||
cpanm -n Perl::Tidy
|
||||
cpanm -n Perl::LanguageServer
|
||||
|
||||
# PHP
|
||||
npm install -g intelephense
|
||||
|
|
Loading…
Reference in New Issue