summaryrefslogtreecommitdiff
path: root/doc/ale-html.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-html.txt')
-rw-r--r--doc/ale-html.txt19
1 files changed, 19 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*