diff options
author | w0rp <devw0rp@gmail.com> | 2016-10-07 22:16:29 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2016-10-07 22:16:29 +0100 |
commit | 197137aea0cd4816a3705d3d63e7bb0d61516c87 (patch) | |
tree | d8a10f270d2c6fad8a764f344b2954defc50f524 /doc | |
parent | 4489514e4b3edb4376040ed217c95b5ccb489bb0 (diff) | |
download | ale-197137aea0cd4816a3705d3d63e7bb0d61516c87.zip |
Add support for Pug with pug-lint.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 415eb161..5ec2852a 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -52,6 +52,7 @@ The following languages and tools are supported. * JavaScript: 'eslint', 'jscs', 'jshint' * JSON: 'jsonlint' * PHP: 'php' (-l flag), 'phpcs' +* Pug: 'pug-lint' * Python: 'flake8' * Ruby: 'rubocop' * SASS: 'sasslint' |