mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-26 02:08:44 +08:00
Add htmlbeautifier support (#4751)
This commit is contained in:
@@ -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
|
||||
@@ -47,6 +48,18 @@ g:ale_eruby_erblint_options *g:ale_ruby_erblint_options*
|
||||
This variable can be change to modify flags given to erblint.
|
||||
|
||||
|
||||
===============================================================================
|
||||
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*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user