summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPatrick Lewis <patrick@endpoint.com>2017-03-03 15:27:07 -0500
committerw0rp <w0rp@users.noreply.github.com>2017-03-03 20:27:07 +0000
commit9e9e15bc87571ec3beb95231fdbb6d818c2ea203 (patch)
treeca335493ce3a89a8f9f87644bae8ecf3a3c2ddcf /doc
parent2750c605c1ee320a8675fb40a224a60d27f8de6f (diff)
downloadale-9e9e15bc87571ec3beb95231fdbb6d818c2ea203.zip
Add hamllint linter for Haml (#377)
* Add hamllint linter for Haml * Simplify hamllint
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index af26b9c9..734c389c 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -91,6 +91,7 @@ The following languages and tools are supported.
* Erlang: 'erlc'
* Fortran: 'gcc'
* Go: 'gofmt -e', 'go vet', 'golint', 'go build'
+* Haml: 'hamllint'
* Haskell: 'ghc', 'hlint'
* HTML: 'HTMLHint', 'proselint', 'tidy'
* Java: 'javac'