diff options
author | deathmaz <00maz1987@gmail.com> | 2016-10-27 18:31:49 +0300 |
---|---|---|
committer | deathmaz <00maz1987@gmail.com> | 2016-10-27 18:31:49 +0300 |
commit | 5b56103c693f96aa1240936434a022bd12ae7743 (patch) | |
tree | 12542cbfae68f65c353e08be3475a78a55610913 /doc | |
parent | c8821fc0495d1d75cb3d716d73c4c28877e3513a (diff) | |
download | ale-5b56103c693f96aa1240936434a022bd12ae7743.zip |
Added optoins variable for htmlhint
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index d05b570a..49cfc8db 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -549,6 +549,17 @@ g:ale_cpp_cppcheck_options *g:ale_cpp_cppcheck_options This variable can be changed to modify flags given to cppcheck. +------------------------------------------------------------------------------- +4.14. htmlhint *ale-linter-options-htmlhint* + +g:ale_html_htmlhint_options *g:ale_html_htmlhint_options* + + Type: |String| + Default: `'--format=unix stdin'` + + This variable can be changed to modify flags given to HTMLHint. + + =============================================================================== 5. Commands/Keybinds *ale-commands* |