diff options
author | w0rp <w0rp@users.noreply.github.com> | 2016-10-08 16:56:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-08 16:56:03 +0100 |
commit | 1044c8af0a19feab145c1d1f8aa7afd07b7be556 (patch) | |
tree | 30727b22e383b1096ba818d0d623a20857d8d731 /doc/ale.txt | |
parent | ecde32d9ec31fa92bd17edc22b998b02d0c05beb (diff) | |
parent | 5eb710635950ed2373c916149865c013710fbff9 (diff) | |
download | ale-1044c8af0a19feab145c1d1f8aa7afd07b7be556.zip |
Merge pull request #68 from KabbAmine/linter-coffee
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 70eb1825..6772c25a 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' |