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