mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 20:54:26 +08:00
Enable languagetool for asciidoctor files.
This commit is contained in:
5
ale_linters/asciidoc/languagetool.vim
Normal file
5
ale_linters/asciidoc/languagetool.vim
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
" Author: Horacio Sanson (hsanson [ät] gmail.com)
|
||||||
|
" Description: languagetool for asciidoc files, copied from markdown.
|
||||||
|
|
||||||
|
|
||||||
|
call ale#handlers#languagetool#DefineLinter('asciidoctor')
|
||||||
@@ -21,6 +21,7 @@ Notes:
|
|||||||
* `drafter`
|
* `drafter`
|
||||||
* AsciiDoc
|
* AsciiDoc
|
||||||
* `alex`!!
|
* `alex`!!
|
||||||
|
* `languagetool`!!
|
||||||
* `proselint`
|
* `proselint`
|
||||||
* `redpen`
|
* `redpen`
|
||||||
* `textlint`
|
* `textlint`
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ formatting.
|
|||||||
* [drafter](https://github.com/apiaryio/drafter)
|
* [drafter](https://github.com/apiaryio/drafter)
|
||||||
* AsciiDoc
|
* AsciiDoc
|
||||||
* [alex](https://github.com/wooorm/alex) :floppy_disk:
|
* [alex](https://github.com/wooorm/alex) :floppy_disk:
|
||||||
|
* [languagetool](https://languagetool.org/) :floppy_disk:
|
||||||
* [proselint](http://proselint.com/)
|
* [proselint](http://proselint.com/)
|
||||||
* [redpen](http://redpen.cc/)
|
* [redpen](http://redpen.cc/)
|
||||||
* [textlint](https://textlint.github.io/)
|
* [textlint](https://textlint.github.io/)
|
||||||
|
|||||||
Reference in New Issue
Block a user