summaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
parentcb68741717ba02796d36e34a2dcc73b7f7ae1161 (diff)
parent49da6d409d94e65771d64ac8e40011c23815d9b4 (diff)
downloadale-ecde32d9ec31fa92bd17edc22b998b02d0c05beb.zip
Merge pull request #67 from KabbAmine/linter-htmlhint
Add linter HTMLHint for html files
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 850778b0..f9e9e42d 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ name. That seems to be the fairest way to arrange this table.
| D | [dmd](https://dlang.org/dmd-linux.html)^ |
| Fortran | [gcc](https://gcc.gnu.org/) |
| Haskell | [ghc](https://www.haskell.org/ghc/) |
-| HTML | [tidy](http://www.html-tidy.org/) |
+| HTML | [HTMLHint](http://htmlhint.com/), [tidy](http://www.html-tidy.org/) |
| JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/), [jshint](http://jshint.com/) |
| JSON | [jsonlint](http://zaa.ch/jsonlint/) |
| PHP | [php -l](https://secure.php.net/), [phpcs](https://github.com/squizlabs/PHP_CodeSniffer) |