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 /README.md | |
parent | 3ca70cb841aa352eef56545e72188d0420cfa3f2 (diff) | |
download | ale-cdf0fb39e532b0e0ed67ac8dcd088b58d822b74e.zip |
Add xmllint linter (#559)
* Add xmllint linter for xml
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -115,6 +115,7 @@ name. That seems to be the fairest way to arrange this table. | Vim | [vint](https://github.com/Kuniwak/vint) | | Vim help^ | [proselint](http://proselint.com/)| | XHTML | [proselint](http://proselint.com/)| +| XML | [xmllint](http://xmlsoft.org/xmllint.html/)| | YAML | [yamllint](https://yamllint.readthedocs.io/) | * *^ No linters for text or Vim help filetypes are enabled by default.* |