diff options
author | Qusic <hi@qusic.me> | 2017-05-20 00:41:57 +0800 |
---|---|---|
committer | Qusic <hi@qusic.me> | 2017-05-20 00:58:09 +0800 |
commit | af6470c8d02067a1d6ec346ac6e277c86224b9e5 (patch) | |
tree | c75934df53914caca3aeb9496285aa14c8e36092 /README.md | |
parent | bb1f045d59e93b0565927f1e887e3e7a3a11e61b (diff) | |
download | ale-af6470c8d02067a1d6ec346ac6e277c86224b9e5.zip |
add clang for objc and objcpp
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -89,6 +89,8 @@ name. That seems to be the fairest way to arrange this table. | Nim | [nim](https://nim-lang.org/docs/nimc.html) | | nix | [nix-instantiate](http://nixos.org/nix/manual/#sec-nix-instantiate) | | nroff | [proselint](http://proselint.com/)| +| Objective-C | [clang](http://clang.llvm.org/) | +| 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) | |