summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-eruby.txt13
-rw-r--r--doc/ale-supported-languages-and-tools.txt1
-rw-r--r--doc/ale.txt1
3 files changed, 15 insertions, 0 deletions
diff --git a/doc/ale-eruby.txt b/doc/ale-eruby.txt
index 65bd8a30..82fe685a 100644
--- a/doc/ale-eruby.txt
+++ b/doc/ale-eruby.txt
@@ -7,6 +7,7 @@ There are four linters for `eruby` files:
- `erblint`
- `erubis`
- `erubi`
+- `htmlbeautifier`
- `ruumba`
`erb` is in the Ruby standard library and is mostly universal. `erubis` is the
@@ -48,6 +49,18 @@ g:ale_eruby_erblint_options *g:ale_ruby_erblint_options*
===============================================================================
+htmlbeautifier *ale-eruby-htmlbeautifier*
+
+g:ale_eruby_htmlbeautifier_executable *g:ale_eruby_htmlbeautifier_executable*
+ *b:ale_eruby_htmlbeautifier_executable*
+ Type: |String|
+ Default: `'htmlbeautifier'`
+
+ Override the invoked htmlbeautifier binary. This is useful for running
+ htmlbeautifier from binstubs or a bundle.
+
+
+===============================================================================
ruumba *ale-eruby-ruumba*
g:ale_eruby_ruumba_executable *g:ale_eruby_ruumba_executable*
diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt
index d92321b4..2e4b4ab0 100644
--- a/doc/ale-supported-languages-and-tools.txt
+++ b/doc/ale-supported-languages-and-tools.txt
@@ -182,6 +182,7 @@ Notes:
* `erblint`
* `erubi`
* `erubis`
+ * `htmlbeautifier`
* `ruumba`
* Erlang
* `SyntaxErl`
diff --git a/doc/ale.txt b/doc/ale.txt
index 5cf92624..9f5d4f86 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -3020,6 +3020,7 @@ documented in additional help files.
eruby...................................|ale-eruby-options|
erb-formatter.........................|ale-eruby-erbformatter|
erblint...............................|ale-eruby-erblint|
+ htmlbeautifier........................|ale-eruby-htmlbeautifier|
ruumba................................|ale-eruby-ruumba|
fish....................................|ale-fish-options|
fish_indent...........................|ale-fish-fish_indent|