summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2018-11-11 09:57:48 +0000
committerGitHub <noreply@github.com>2018-11-11 09:57:48 +0000
commit7dd460303d38b460373b795f6f74a5b0b967eb48 (patch)
treec5665bf171b1cb1b7258df63274628b68a95550e /doc
parentd1d5292178c8553531f4320ba45e3341e4922497 (diff)
parented8104b6ab10f63c78e49b60d2468ae2656250e9 (diff)
downloadale-7dd460303d38b460373b795f6f74a5b0b967eb48.zip
Merge pull request #2060 from meain/fixer-pretty-html
Add prettier to html formatters
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-html.txt6
-rw-r--r--doc/ale.txt3
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/ale-html.txt b/doc/ale-html.txt
index de48775f..1d30929f 100644
--- a/doc/ale-html.txt
+++ b/doc/ale-html.txt
@@ -80,6 +80,12 @@ g:ale_html_tidy_use_global *g:html_tidy_use_global*
===============================================================================
+prettier *ale-html-prettier*
+
+See |ale-javascript-prettier| for information about the available options.
+
+
+===============================================================================
stylelint *ale-html-stylelint*
g:ale_html_stylelint_executable *g:ale_html_stylelint_executable*
diff --git a/doc/ale.txt b/doc/ale.txt
index 39d9f580..85f6b6f8 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -140,6 +140,7 @@ CONTENTS *ale-contents*
html..................................|ale-html-options|
htmlhint............................|ale-html-htmlhint|
tidy................................|ale-html-tidy|
+ prettier............................|ale-html-prettier|
stylelint...........................|ale-html-stylelint|
write-good..........................|ale-html-write-good|
idris.................................|ale-idris-options|
@@ -432,7 +433,7 @@ Notes:
* Handlebars: `ember-template-lint`
* Haskell: `brittany`, `ghc`, `cabal-ghc`, `stylish-haskell`, `stack-ghc`, `stack-build`!!, `ghc-mod`, `hlint`, `hdevtools`, `hfmt`, `hie`
* HCL: `terraform-fmt`
-* HTML: `alex`!!, `HTMLHint`, `proselint`, `tidy`, `write-good`
+* HTML: `alex`!!, `HTMLHint`, `proselint`, `tidy`, `prettier`, `write-good`
* Idris: `idris`
* Java: `checkstyle`, `javac`, `google-java-format`, `PMD`, `javalsp`, `uncrustify`
* JavaScript: `eslint`, `flow`, `jscs`, `jshint`, `prettier`, `prettier-eslint`, `prettier-standard`, `standard`, `xo`