summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGuillermo R. Roig Carralero <groig@users.noreply.github.com>2023-03-26 06:38:24 +0000
committerGitHub <noreply@github.com>2023-03-26 15:38:24 +0900
commit7dbd3c96ac1eb3a1981e740423a31500108f6e25 (patch)
tree83f578aa588edbf7f29c4819e52a940515004441 /doc
parentfbae1bc1937ce69fa80b4b32d178ce666fd5c07c (diff)
downloadale-7dbd3c96ac1eb3a1981e740423a31500108f6e25.zip
Add support for `rustywind` fixer (#4477)
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-html.txt19
-rw-r--r--doc/ale-supported-languages-and-tools.txt1
-rw-r--r--doc/ale.txt1
3 files changed, 21 insertions, 0 deletions
diff --git a/doc/ale-html.txt b/doc/ale-html.txt
index 6d18afd1..189a7ed0 100644
--- a/doc/ale-html.txt
+++ b/doc/ale-html.txt
@@ -103,6 +103,25 @@ See |ale-javascript-prettier| for information about the available options.
===============================================================================
+rustywind *ale-html-rustywind*
+
+g:ale_html_rustywind_executable *g:ale_html_rustywind_executable*
+ *b:ale_html_rustywind_executable*
+ Type: |String|
+ Default: `'rustywind'`
+
+ See |ale-integrations-local-executables|
+
+
+g:ale_html_rustywind_options *g:ale_html_rustywind_options*
+ *b:ale_html_rustywind_options*
+ Type: |String|
+ Default: `''`
+
+ This variable can be changed to modify flags given to rustywind.
+
+
+===============================================================================
stylelint *ale-html-stylelint*
g:ale_html_stylelint_executable *g:ale_html_stylelint_executable*
diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt
index 60b2537e..d56d0a76 100644
--- a/doc/ale-supported-languages-and-tools.txt
+++ b/doc/ale-supported-languages-and-tools.txt
@@ -262,6 +262,7 @@ Notes:
* `htmlhint`
* `prettier`
* `proselint`
+ * `rustywind`
* `tidy`
* `write-good`
* Idris
diff --git a/doc/ale.txt b/doc/ale.txt
index 60fcb05a..e7d9f9be 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -2996,6 +2996,7 @@ documented in additional help files.
html-beautify.........................|ale-html-beautify|
htmlhint..............................|ale-html-htmlhint|
prettier..............................|ale-html-prettier|
+ rustywind.............................|ale-html-rustywind|
stylelint.............................|ale-html-stylelint|
tidy..................................|ale-html-tidy|
vscodehtml............................|ale-html-vscode|