diff options
author | TANIGUCHI Masaya <xtaniguchimasaya+code@gmail.com> | 2019-01-11 03:53:45 +0900 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2019-01-10 18:53:45 +0000 |
commit | fabebb3a47d41b31d900e98e6f96b61524eec6aa (patch) | |
tree | 8e1df094af0f960de19cfacd077de53c004a5f27 /doc/ale.txt | |
parent | 721183116e91d3988185c7ca87a409f3488c5b01 (diff) | |
download | ale-fabebb3a47d41b31d900e98e6f96b61524eec6aa.zip |
Add textlint for Asciidoc and add it to Fixers (#2193)
* Add textlint for asciidoc
* Add textlint --fix
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 6bedf755..27d91605 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -27,6 +27,7 @@ CONTENTS *ale-contents* ansible-lint........................|ale-ansible-ansible-lint| asciidoc..............................|ale-asciidoc-options| write-good..........................|ale-asciidoc-write-good| + textlint............................|ale-asciidoc-textlint| asm...................................|ale-asm-options| gcc.................................|ale-asm-gcc| awk...................................|ale-awk-options| @@ -407,7 +408,7 @@ Notes: * ASM: `gcc` * Ansible: `ansible-lint` * API Blueprint: `drafter` -* AsciiDoc: `alex`!!, `proselint`, `redpen`, `write-good`, `vale` +* AsciiDoc: `alex`!!, `proselint`, `redpen`, `write-good`, `vale`, `textlint` * Awk: `gawk` * Bash: `language-server`, `shell` (-n flag), `shellcheck`, `shfmt` * BibTeX: `bibclean` |