Merge pull request #67 from KabbAmine/linter-htmlhint

Add linter HTMLHint for html files
This commit is contained in:
w0rp
2016-10-08 16:55:14 +01:00
committed by GitHub
3 changed files with 50 additions and 2 deletions

View File

@@ -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'