From c6a6a3793126e7cbcc08da1dadc8682b9f766647 Mon Sep 17 00:00:00 2001 From: w0rp Date: Sat, 9 Mar 2019 14:12:31 +0000 Subject: Update documentation for languagetool --- doc/ale-supported-languages-and-tools.txt | 3 +++ doc/ale.txt | 21 +++++++++++++++++---- supported-tools.md | 3 +++ 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt index 8a117881..d3409384 100644 --- a/doc/ale-supported-languages-and-tools.txt +++ b/doc/ale-supported-languages-and-tools.txt @@ -241,12 +241,14 @@ Notes: * `luacheck` * Mail * `alex`!! + * `languagetool`!! * `proselint` * `vale` * Make * `checkmake` * Markdown * `alex`!! + * `languagetool`!! * `markdownlint`!! * `mdl` * `prettier` @@ -417,6 +419,7 @@ Notes: * `write-good` * Text^ * `alex`!! + * `languagetool`!! * `proselint` * `redpen` * `textlint` diff --git a/doc/ale.txt b/doc/ale.txt index eed2c8fb..5f98f269 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -22,8 +22,9 @@ CONTENTS *ale-contents* 6.1 Highlights........................|ale-highlights| 7. Linter/Fixer Options.................|ale-integration-options| 7.1 Options for alex..................|ale-alex-options| - 7.2 Options for write-good............|ale-write-good-options| - 7.3 Other Linter/Fixer Options........|ale-other-integration-options| + 7.2 Options for languagetool..........|ale-languagetool-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| 9. API..................................|ale-api| 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 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 documented in additional help files. diff --git a/supported-tools.md b/supported-tools.md index c4e20fed..0c3b2ca6 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -250,12 +250,14 @@ formatting. * [luacheck](https://github.com/mpeterv/luacheck) * Mail * [alex](https://github.com/wooorm/alex) :floppy_disk: + * [languagetool](https://languagetool.org/) :floppy_disk: * [proselint](http://proselint.com/) * [vale](https://github.com/ValeLint/vale) * Make * [checkmake](https://github.com/mrtazz/checkmake) * Markdown * [alex](https://github.com/wooorm/alex) :floppy_disk: + * [languagetool](https://languagetool.org/) :floppy_disk: * [markdownlint](https://github.com/DavidAnson/markdownlint) :floppy_disk: * [mdl](https://github.com/mivok/markdownlint) * [prettier](https://github.com/prettier/prettier) @@ -426,6 +428,7 @@ formatting. * [write-good](https://github.com/btford/write-good) * Text * [alex](https://github.com/wooorm/alex) :warning: :floppy_disk: + * [languagetool](https://languagetool.org/) :floppy_disk: * [proselint](http://proselint.com/) :warning: * [redpen](http://redpen.cc/) :warning: * [textlint](https://textlint.github.io/) :warning: -- cgit v1.2.3