diff options
author | Alistair Bill <alistair.bill@gmail.com> | 2017-03-03 21:45:48 +0000 |
---|---|---|
committer | Alistair Bill <alistair.bill@gmail.com> | 2017-03-05 20:36:29 +0000 |
commit | be57b545b73224bc92e0ecc87e16efb1c274dcb4 (patch) | |
tree | 246f51b91e48144c7654cfb5df90971662770bc9 /doc | |
parent | 76df2d393b6b79f1f0d3095589e7f3ac90de2b40 (diff) | |
download | ale-be57b545b73224bc92e0ecc87e16efb1c274dcb4.zip |
Add support for nix linting
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 734c389c..1660ecd5 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -101,6 +101,7 @@ The following languages and tools are supported. * Lua: 'luacheck' * Markdown: 'mdl', 'proselint' * MATLAB: 'mlint' +* nix: 'nix-instantiate' * nroff: 'proselint' * OCaml: 'merlin' (see |ale-linter-integration-ocaml-merlin|) * Perl: 'perl' (-c flag), 'perlcritic' |