diff options
author | Kabbaj Amine <amine.kabb@gmail.com> | 2016-10-08 18:52:23 +0300 |
---|---|---|
committer | Kabbaj Amine <amine.kabb@gmail.com> | 2016-10-08 18:52:23 +0300 |
commit | 5eb710635950ed2373c916149865c013710fbff9 (patch) | |
tree | 88d1d81e979e7d18045ab2babd4f5db0fc92b777 /doc/ale.txt | |
parent | 85d8d2f217ddbf8b02d1ef5dd181f3cc44bb1f00 (diff) | |
download | ale-5eb710635950ed2373c916149865c013710fbff9.zip |
Add coffee linter
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index fff6e43a..52804b4f 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -44,7 +44,7 @@ The following languages and tools are supported. * Bourne Shell: 'shell' (-n flag), 'shellcheck' * C: 'gcc' * C++ (filetype cpp): 'gcc' -* CoffeeScript: 'coffelint' +* CoffeeScript: 'coffee', 'coffelint' * CSS: 'csslint' * Cython (pyrex filetype): 'cython' * D: 'dmd' |