diff options
author | w0rp <w0rp@users.noreply.github.com> | 2019-06-13 11:08:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-13 11:08:21 +0100 |
commit | 6e28eec243c4df3cf3b67bac9f87fdd30c846cbd (patch) | |
tree | 5362c7cab310f2467cd2470e328a88408bd6138a /doc | |
parent | 80ab12c7b645b392feb98723873d77b045a0a7e2 (diff) | |
parent | 86205967ea0a31bacc600eb162d6668cdf0fd726 (diff) | |
download | ale-6e28eec243c4df3cf3b67bac9f87fdd30c846cbd.zip |
Merge pull request #2563 from dcyriller/fixer-prettier-glimmer
prettier: Support experimental languages (Handlebars)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-handlebars.txt | 7 | ||||
-rw-r--r-- | doc/ale.txt | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale-handlebars.txt b/doc/ale-handlebars.txt index 061c5d3c..5daec5b3 100644 --- a/doc/ale-handlebars.txt +++ b/doc/ale-handlebars.txt @@ -3,6 +3,13 @@ ALE Handlebars Integration *ale-handlebars-options* =============================================================================== +prettier *ale-handlebars-prettier* + +See |ale-javascript-prettier| for information about the available options. +Uses glimmer parser by default. + + +=============================================================================== ember-template-lint *ale-handlebars-embertemplatelint* g:ale_handlebars_embertemplatelint_executable diff --git a/doc/ale.txt b/doc/ale.txt index 6aa03a12..40ebe594 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -2042,6 +2042,7 @@ documented in additional help files. hackfmt...............................|ale-hack-hackfmt| hhast.................................|ale-hack-hhast| handlebars..............................|ale-handlebars-options| + prettier..............................|ale-handlebars-prettier| ember-template-lint...................|ale-handlebars-embertemplatelint| haskell.................................|ale-haskell-options| brittany..............................|ale-haskell-brittany| |