LSP working for PHP

This commit is contained in:
Radon Rosborough 2020-07-09 11:05:59 -06:00
parent cfc5aba991
commit 68dc99c77f
2 changed files with 4 additions and 0 deletions

View File

@ -717,6 +717,7 @@ end.
repl: "php -a",
main: "main.php",
run: "php -d auto_prepend_file=main.php -a",
lsp: "intelephense --stdio",
template: `<?php
echo "Hello, world!\\n";

View File

@ -52,6 +52,9 @@ julia -e 'using Pkg; Pkg.add("LanguageServer")'
# Perl
cpanm -n Devel::REPL
# PHP
npm install -g intelephense
# ReasonML
npm install -g bs-platform