Formatter for Perl
This commit is contained in:
parent
ad75ab04f7
commit
89fa4b58cc
|
@ -1241,6 +1241,7 @@ end.
|
||||||
repl: "re.pl",
|
repl: "re.pl",
|
||||||
main: "main.pl",
|
main: "main.pl",
|
||||||
run: "re.pl --rcfile ./main.pl",
|
run: "re.pl --rcfile ./main.pl",
|
||||||
|
format: "cat main.pl | perltidy",
|
||||||
template: `print("Hello, world!\\n")
|
template: `print("Hello, world!\\n")
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
|
|
|
@ -85,6 +85,7 @@ ln -s /opt/opam/default/bin/ocamllsp /usr/local/bin/ocamllsp
|
||||||
|
|
||||||
# Perl
|
# Perl
|
||||||
cpanm -n Devel::REPL
|
cpanm -n Devel::REPL
|
||||||
|
cpanm -n Perl::Tidy
|
||||||
|
|
||||||
# PHP
|
# PHP
|
||||||
npm install -g intelephense
|
npm install -g intelephense
|
||||||
|
|
Loading…
Reference in New Issue