Add Vale linter for AsciiDoc

Vale supports AsciiDoc. This patch adds a Vale linter for AsciiDoc
files, which is based on the existing Markdown linter.
This commit is contained in:
Jeff Kreeftmeijer
2017-10-08 14:45:10 +02:00
parent dd7b2188ab
commit 7c73901199
3 changed files with 11 additions and 2 deletions

View File

@@ -395,7 +395,7 @@ Notes:
* ASM: `gcc`
* Ansible: `ansible-lint`
* API Blueprint: `drafter`
* AsciiDoc: `alex`!!, `proselint`, `redpen`, `write-good`
* AsciiDoc: `alex`!!, `proselint`, `redpen`, `write-good`, `vale`
* Awk: `gawk`
* Bash: `language-server`, `shell` (-n flag), `shellcheck`, `shfmt`
* Bourne Shell: `shell` (-n flag), `shellcheck`, `shfmt`