summaryrefslogtreecommitdiff
path: root/doc/ale.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale.txt')
-rw-r--r--doc/ale.txt11
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*