diff options
author | w0rp <w0rp@users.noreply.github.com> | 2016-10-08 16:55:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-08 16:55:14 +0100 |
commit | ecde32d9ec31fa92bd17edc22b998b02d0c05beb (patch) | |
tree | 97f3d821bb9e6c8a720df7fff5c463210250cf49 /doc/ale.txt | |
parent | cb68741717ba02796d36e34a2dcc73b7f7ae1161 (diff) | |
parent | 49da6d409d94e65771d64ac8e40011c23815d9b4 (diff) | |
download | ale-ecde32d9ec31fa92bd17edc22b998b02d0c05beb.zip |
Merge pull request #67 from KabbAmine/linter-htmlhint
Add linter HTMLHint for html files
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 2a6ac580..70eb1825 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -50,7 +50,7 @@ The following languages and tools are supported. * D: 'dmd' * Fortran: 'gcc' * Haskell: 'ghc' -* HTML: 'tidy' +* HTML: 'HTMLHint', 'tidy' * JavaScript: 'eslint', 'jscs', 'jshint' * JSON: 'jsonlint' * PHP: 'php' (-l flag), 'phpcs' |