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 /doc/ale.txt | |
parent | bb1f045d59e93b0565927f1e887e3e7a3a11e61b (diff) | |
download | ale-af6470c8d02067a1d6ec346ac6e277c86224b9e5.zip |
add clang for objc and objcpp
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 615fa271..74368c91 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -52,6 +52,10 @@ CONTENTS *ale-contents* kotlinc.............................|ale-kotlin-kotlinc| lua...................................|ale-lua-options| luacheck............................|ale-lua-luacheck| + objc..................................|ale-objc-options| + clang...............................|ale-objc-clang| + objcpp................................|ale-objcpp-options| + clang...............................|ale-objcpp-clang| ocaml.................................|ale-ocaml-options| merlin..............................|ale-ocaml-merlin| perl..................................|ale-perl-options| @@ -153,6 +157,8 @@ The following languages and tools are supported. * nim: 'nim check' * nix: 'nix-instantiate' * nroff: 'proselint' +* Objective-C: 'clang' +* Objective-C++: 'clang' * OCaml: 'merlin' (see |ale-linter-integration-ocaml-merlin|) * Perl: 'perl' (-c flag), 'perlcritic' * PHP: 'hack', 'php' (-l flag), 'phpcs', 'phpmd' |