Update documentation for languagetool
This commit is contained in:
parent
7eae06d3f3
commit
c6a6a37931
@ -241,12 +241,14 @@ Notes:
|
|||||||
* `luacheck`
|
* `luacheck`
|
||||||
* Mail
|
* Mail
|
||||||
* `alex`!!
|
* `alex`!!
|
||||||
|
* `languagetool`!!
|
||||||
* `proselint`
|
* `proselint`
|
||||||
* `vale`
|
* `vale`
|
||||||
* Make
|
* Make
|
||||||
* `checkmake`
|
* `checkmake`
|
||||||
* Markdown
|
* Markdown
|
||||||
* `alex`!!
|
* `alex`!!
|
||||||
|
* `languagetool`!!
|
||||||
* `markdownlint`!!
|
* `markdownlint`!!
|
||||||
* `mdl`
|
* `mdl`
|
||||||
* `prettier`
|
* `prettier`
|
||||||
@ -417,6 +419,7 @@ Notes:
|
|||||||
* `write-good`
|
* `write-good`
|
||||||
* Text^
|
* Text^
|
||||||
* `alex`!!
|
* `alex`!!
|
||||||
|
* `languagetool`!!
|
||||||
* `proselint`
|
* `proselint`
|
||||||
* `redpen`
|
* `redpen`
|
||||||
* `textlint`
|
* `textlint`
|
||||||
|
21
doc/ale.txt
21
doc/ale.txt
@ -22,8 +22,9 @@ CONTENTS *ale-contents*
|
|||||||
6.1 Highlights........................|ale-highlights|
|
6.1 Highlights........................|ale-highlights|
|
||||||
7. Linter/Fixer Options.................|ale-integration-options|
|
7. Linter/Fixer Options.................|ale-integration-options|
|
||||||
7.1 Options for alex..................|ale-alex-options|
|
7.1 Options for alex..................|ale-alex-options|
|
||||||
7.2 Options for write-good............|ale-write-good-options|
|
7.2 Options for languagetool..........|ale-languagetool-options|
|
||||||
7.3 Other Linter/Fixer Options........|ale-other-integration-options|
|
7.3 Options for write-good............|ale-write-good-options|
|
||||||
|
7.4 Other Linter/Fixer Options........|ale-other-integration-options|
|
||||||
8. Commands/Keybinds....................|ale-commands|
|
8. Commands/Keybinds....................|ale-commands|
|
||||||
9. API..................................|ale-api|
|
9. API..................................|ale-api|
|
||||||
10. Special Thanks......................|ale-special-thanks|
|
10. Special Thanks......................|ale-special-thanks|
|
||||||
@ -2137,7 +2138,19 @@ g:ale_alex_use_global *g:ale_alex_use_global*
|
|||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
7.2. Options for write-good *ale-write-good-options*
|
7.2. Options for languagetool *ale-languagetool-options*
|
||||||
|
|
||||||
|
g:ale_languagetool_executable *g:ale_languagetool_executable*
|
||||||
|
*b:ale_languagetool_executable*
|
||||||
|
|
||||||
|
Type: |String|
|
||||||
|
Default: `'languagetool'`
|
||||||
|
|
||||||
|
The executable to run for languagetool.
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
7.3. Options for write-good *ale-write-good-options*
|
||||||
|
|
||||||
The options for `write-good` are shared between all filetypes, so options can
|
The options for `write-good` are shared between all filetypes, so options can
|
||||||
be configured once.
|
be configured once.
|
||||||
@ -2167,7 +2180,7 @@ g:ale_writegood_use_global *g:ale_writegood_use_global*
|
|||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
7.3. Other Linter/Fixer Options *ale-other-integration-options*
|
7.4. Other Linter/Fixer Options *ale-other-integration-options*
|
||||||
|
|
||||||
ALE supports a very wide variety of tools. Other linter or fixer options are
|
ALE supports a very wide variety of tools. Other linter or fixer options are
|
||||||
documented in additional help files.
|
documented in additional help files.
|
||||||
|
@ -250,12 +250,14 @@ formatting.
|
|||||||
* [luacheck](https://github.com/mpeterv/luacheck)
|
* [luacheck](https://github.com/mpeterv/luacheck)
|
||||||
* Mail
|
* Mail
|
||||||
* [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/)
|
||||||
* [vale](https://github.com/ValeLint/vale)
|
* [vale](https://github.com/ValeLint/vale)
|
||||||
* Make
|
* Make
|
||||||
* [checkmake](https://github.com/mrtazz/checkmake)
|
* [checkmake](https://github.com/mrtazz/checkmake)
|
||||||
* Markdown
|
* Markdown
|
||||||
* [alex](https://github.com/wooorm/alex) :floppy_disk:
|
* [alex](https://github.com/wooorm/alex) :floppy_disk:
|
||||||
|
* [languagetool](https://languagetool.org/) :floppy_disk:
|
||||||
* [markdownlint](https://github.com/DavidAnson/markdownlint) :floppy_disk:
|
* [markdownlint](https://github.com/DavidAnson/markdownlint) :floppy_disk:
|
||||||
* [mdl](https://github.com/mivok/markdownlint)
|
* [mdl](https://github.com/mivok/markdownlint)
|
||||||
* [prettier](https://github.com/prettier/prettier)
|
* [prettier](https://github.com/prettier/prettier)
|
||||||
@ -426,6 +428,7 @@ formatting.
|
|||||||
* [write-good](https://github.com/btford/write-good)
|
* [write-good](https://github.com/btford/write-good)
|
||||||
* Text
|
* Text
|
||||||
* [alex](https://github.com/wooorm/alex) :warning: :floppy_disk:
|
* [alex](https://github.com/wooorm/alex) :warning: :floppy_disk:
|
||||||
|
* [languagetool](https://languagetool.org/) :floppy_disk:
|
||||||
* [proselint](http://proselint.com/) :warning:
|
* [proselint](http://proselint.com/) :warning:
|
||||||
* [redpen](http://redpen.cc/) :warning:
|
* [redpen](http://redpen.cc/) :warning:
|
||||||
* [textlint](https://textlint.github.io/) :warning:
|
* [textlint](https://textlint.github.io/) :warning:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user