summaryrefslogtreecommitdiff
path: root/doc
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
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')
-rw-r--r--doc/ale-css.txt27
-rw-r--r--doc/ale-html.txt17
-rw-r--r--doc/ale-supported-languages-and-tools.txt1
-rw-r--r--doc/ale.txt1
4 files changed, 45 insertions, 1 deletions
diff --git a/doc/ale-css.txt b/doc/ale-css.txt
index f5c240e8..74ca16dd 100644
--- a/doc/ale-css.txt
+++ b/doc/ale-css.txt
@@ -9,6 +9,33 @@ See |ale-cspell-options|
===============================================================================
+css-beautify *ale-css-css-beautify*
+
+g:ale_css_css_beautify_executable *g:ale_css_css_beautify_executable*
+ *b:ale_css_css_beautify_executable*
+ Type: |String|
+ Default: `'css-beautify'`
+
+ See |ale-integrations-local-executables|
+
+
+g:ale_css_css_beautify_options *g:ale_css_css_beautify_options*
+ *b:ale_css_css_beautify_options*
+ Type: |String|
+ Default: `''`
+
+ This variable can be set to pass additional options to css-beautify.
+
+
+g:ale_css_css_beautify_use_global *g:ale_css_css_beautify_use_global*
+ *b:ale_css_css_beautify_use_global*
+ Type: |String|
+ Default: `get(g:, 'ale_use_global_executables', 0)`
+
+ See |ale-integrations-local-executables|
+
+
+===============================================================================
fecs *ale-css-fecs*
`fecs` options for CSS is the same as the options for JavaScript, and both of
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*
diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt
index 080b7ec0..e0a2d557 100644
--- a/doc/ale-supported-languages-and-tools.txt
+++ b/doc/ale-supported-languages-and-tools.txt
@@ -120,6 +120,7 @@ Notes:
* CSS
* `VSCode CSS language server`
* `cspell`
+ * `css-beautify`
* `csslint`
* `fecs`
* `prettier`
diff --git a/doc/ale.txt b/doc/ale.txt
index c20924be..c4ffcf8d 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -2841,6 +2841,7 @@ documented in additional help files.
uncrustify............................|ale-cs-uncrustify|
css.....................................|ale-css-options|
cspell................................|ale-css-cspell|
+ css-beautify..........................|ale-css-css-beautify|
fecs..................................|ale-css-fecs|
prettier..............................|ale-css-prettier|
stylelint.............................|ale-css-stylelint|