WIP: Perl LSP

This commit is contained in:
Radon Rosborough 2020-08-22 16:57:47 -06:00
parent d9b6254bd1
commit dff2d75fe7
3 changed files with 5 additions and 0 deletions

View File

@ -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");
`, `,
}, },

View File

@ -44,6 +44,7 @@ octave
fpc fpc
# Perl # Perl
libperl-dev
perl perl
perlconsole perlconsole

View File

@ -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