Formatter for Perl

This commit is contained in:
Radon Rosborough 2020-07-19 20:07:09 -06:00
parent ad75ab04f7
commit 89fa4b58cc
2 changed files with 2 additions and 0 deletions

View File

@ -1241,6 +1241,7 @@ end.
repl: "re.pl",
main: "main.pl",
run: "re.pl --rcfile ./main.pl",
format: "cat main.pl | perltidy",
template: `print("Hello, world!\\n")
`,
},

View File

@ -85,6 +85,7 @@ ln -s /opt/opam/default/bin/ocamllsp /usr/local/bin/ocamllsp
# Perl
cpanm -n Devel::REPL
cpanm -n Perl::Tidy
# PHP
npm install -g intelephense