From ed8104b6ab10f63c78e49b60d2468ae2656250e9 Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Wed, 7 Nov 2018 12:00:52 +0530 Subject: Add prettier to html formatters --- doc/ale-html.txt | 6 ++++++ doc/ale.txt | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'doc') 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 @@ -79,6 +79,12 @@ g:ale_html_tidy_use_global *g:html_tidy_use_global* See |ale-integrations-local-executables| +=============================================================================== +prettier *ale-html-prettier* + +See |ale-javascript-prettier| for information about the available options. + + =============================================================================== stylelint *ale-html-stylelint* diff --git a/doc/ale.txt b/doc/ale.txt index d4223f84..a0b5bf7c 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -139,6 +139,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| @@ -431,7 +432,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` -- cgit v1.2.3