summaryrefslogtreecommitdiff
path: root/doc/ale-html.txt
diff options
context:
space:
mode:
authorMatheus Gabriel Werny de Lima <46067952+Spixmaster@users.noreply.github.com>2022-09-30 12:24:32 +0200
committerGitHub <noreply@github.com>2022-09-30 19:24:32 +0900
commita33960eb51b638f232dff71cfeac5ede87b38312 (patch)
tree96d408dfd78b66cd5c5223969445b557fc0276cf /doc/ale-html.txt
parent7dd13afc6c88965d55c0ec3504c5af6c11532d1e (diff)
downloadale-a33960eb51b638f232dff71cfeac5ede87b38312.zip
Add fixer "css-beautify". Adjust "html-beautify." (#4319)
* Add fixer "css-beautify". Adjust "html-beautify." * Error fixes. * Added chars.
Diffstat (limited to 'doc/ale-html.txt')
-rw-r--r--doc/ale-html.txt17
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/ale-html.txt b/doc/ale-html.txt
index d945acdf..6d18afd1 100644
--- a/doc/ale-html.txt
+++ b/doc/ale-html.txt
@@ -45,6 +45,14 @@ See: |ale-javascript-fecs|.
===============================================================================
html-beautify *ale-html-beautify*
+g:ale_html_beautify_executable *g:ale_html_beautify_executable*
+ *b:ale_html_beautify_executable*
+ Type: |String|
+ Default: `'html-beautify'`
+
+ See |ale-integrations-local-executables|
+
+
g:ale_html_beautify_options *g:ale_html_beautify_options*
*b:ale_html_beautify_options*
Type: |String|
@@ -53,6 +61,14 @@ g:ale_html_beautify_options *g:ale_html_beautify_options*
This variable can be changed to modify flags given to html-beautify.
+g:ale_html_beautify_use_global *g:ale_html_beautify_use_global*
+ *b:ale_html_beautify_use_global*
+ Type: |String|
+ Default: `get(g:, 'ale_use_global_executables', 0)`
+
+ See |ale-integrations-local-executables|
+
+
===============================================================================
htmlhint *ale-html-htmlhint*
@@ -80,7 +96,6 @@ g:ale_html_htmlhint_use_global *g:ale_html_htmlhint_use_global*
See |ale-integrations-local-executables|
-
===============================================================================
prettier *ale-html-prettier*