diff options
author | q12321q <q12321q@gmail.com> | 2017-05-18 10:31:12 +0200 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-05-18 09:31:12 +0100 |
commit | cdf0fb39e532b0e0ed67ac8dcd088b58d822b74e (patch) | |
tree | 912b27dfcf41db0f879d9f6ae214b2aca9ef2af0 /doc/ale.txt | |
parent | 3ca70cb841aa352eef56545e72188d0420cfa3f2 (diff) | |
download | ale-cdf0fb39e532b0e0ed67ac8dcd088b58d822b74e.zip |
Add xmllint linter (#559)
* Add xmllint linter for xml
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 52a709bb..615fa271 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -85,6 +85,8 @@ CONTENTS *ale-contents* tslint..............................|ale-typescript-tslint| vim...................................|ale-vim-options| vint................................|ale-vim-vint| + xml...................................|ale-xml-options| + xmllint.............................|ale-xml-xmllint| yaml..................................|ale-yaml-options| yamllint............................|ale-yaml-yamllint| 5. Commands/Keybinds....................|ale-commands| @@ -177,6 +179,7 @@ The following languages and tools are supported. * Vim: 'vint' * Vim help: 'proselint' * XHTML: 'proselint' +* XML: 'xmllint' * YAML: 'yamllint' =============================================================================== |