diff options
Diffstat (limited to 'doc/ale-eruby.txt')
-rw-r--r-- | doc/ale-eruby.txt | 13 |
1 files changed, 13 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* |