diff options
author | w0rp <devw0rp@gmail.com> | 2017-08-07 13:08:51 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-08-07 13:08:51 +0100 |
commit | 39ebb431b6ebc2045c65fc0096ebee8a495478e0 (patch) | |
tree | 1a2a00a8dbb90c20cf73ea39a118d6b577e08062 /README.md | |
parent | f7d7abe5b2d97bc2ad46eca176f288209da7f23a (diff) | |
download | ale-39ebb431b6ebc2045c65fc0096ebee8a495478e0.zip |
Document the PHP langserver integration
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ name. That seems to be the fairest way to arrange this table. | Objective-C++ | [clang](http://clang.llvm.org/) | | OCaml | [merlin](https://github.com/the-lambda-church/merlin) see `:help ale-integration-ocaml-merlin` for configuration instructions | Perl | [perl -c](https://perl.org/), [perl-critic](https://metacpan.org/pod/Perl::Critic) | -| PHP | [hack](http://hacklang.org/), [php -l](https://secure.php.net/), [phpcs](https://github.com/squizlabs/PHP_CodeSniffer), [phpmd](https://phpmd.org), [phpstan](https://github.com/phpstan/phpstan) | +| PHP | [hack](http://hacklang.org/), [langserver](https://github.com/felixfbecker/php-language-server), [php -l](https://secure.php.net/), [phpcs](https://github.com/squizlabs/PHP_CodeSniffer), [phpmd](https://phpmd.org), [phpstan](https://github.com/phpstan/phpstan) | | Pod | [proselint](http://proselint.com/)| | Pug | [pug-lint](https://github.com/pugjs/pug-lint) | | Puppet | [puppet](https://puppet.com), [puppet-lint](https://puppet-lint.com) | |