diff options
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 52804b4f..6772c25a 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' @@ -61,7 +61,7 @@ The following languages and tools are supported. * SCSS: 'sasslint', 'scsslint' * Scala: 'scalac' * TypeScript: 'tslint' -* Verilog: 'iverilog' +* Verilog: 'iverilog', 'verilator' * Vim: 'vint' * YAML: 'yamllint' |