summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2016-10-08 16:55:14 +0100
committerGitHub <noreply@github.com>2016-10-08 16:55:14 +0100
commitecde32d9ec31fa92bd17edc22b998b02d0c05beb (patch)
tree97f3d821bb9e6c8a720df7fff5c463210250cf49 /doc
parentcb68741717ba02796d36e34a2dcc73b7f7ae1161 (diff)
parent49da6d409d94e65771d64ac8e40011c23815d9b4 (diff)
downloadale-ecde32d9ec31fa92bd17edc22b998b02d0c05beb.zip
Merge pull request #67 from KabbAmine/linter-htmlhint
Add linter HTMLHint for html files
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt2
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'