summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorQusic <hi@qusic.me>2017-05-20 00:41:57 +0800
committerQusic <hi@qusic.me>2017-05-20 00:58:09 +0800
commitaf6470c8d02067a1d6ec346ac6e277c86224b9e5 (patch)
treec75934df53914caca3aeb9496285aa14c8e36092 /README.md
parentbb1f045d59e93b0565927f1e887e3e7a3a11e61b (diff)
downloadale-af6470c8d02067a1d6ec346ac6e277c86224b9e5.zip
add clang for objc and objcpp
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f0b382b9..cc9671b1 100644
--- a/README.md
+++ b/README.md
@@ -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) |