From 775d121d46b2b2cf61997598e4dc664476fd470d Mon Sep 17 00:00:00 2001 From: toastal <561087+toastal@users.noreply.github.com> Date: Sun, 8 Aug 2021 13:09:21 +0000 Subject: `purs-tidy` for PureScript (#3863) * purs-tidy * update email address for toastal --- doc/ale-purescript.txt | 27 +++++++++++++++++++++++++++ doc/ale-supported-languages-and-tools.txt | 1 + doc/ale.txt | 1 + 3 files changed, 29 insertions(+) (limited to 'doc') diff --git a/doc/ale-purescript.txt b/doc/ale-purescript.txt index 454bb7e4..91bef558 100644 --- a/doc/ale-purescript.txt +++ b/doc/ale-purescript.txt @@ -30,6 +30,33 @@ g:ale_purescript_ls_config g:ale_purescript_ls_config \ } \} =============================================================================== +purs-tidy *ale-purescript-tidy* + +g:ale_purescript_tidy_executable *g:ale_purescript_tidy_executable* + *b:ale_purescript_tidy_executable* + Type: |String| + Default: `'purs-tidy'` + + This variable can be changed to use a different executable for purs-tidy. + +g:ale_purescript_tidy_use_global *g:ale_purescript_tidy_use_global* + *b:ale_purescript_tidy_use_global* + Type: |Number| + Default: `get(g:, 'ale_use_global_executables', 0)` + + See |ale-integrations-local-executables| + +g:ale_purescript_tidy_options *g:ale_purescript_tidy_options* + *b:ale_purescript_tidy_options* + Type: String + Default: `''` + + This variable can be set to pass in additional option to the 'purs-tidy' + executable. +> + let g:ale_purescript_options = '--indent 3' +< +=============================================================================== purty *ale-purescript-purty* g:ale_purescript_purty_executable *g:ale_purescript_purty_executable* diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt index eaad7411..dcf705ad 100644 --- a/doc/ale-supported-languages-and-tools.txt +++ b/doc/ale-supported-languages-and-tools.txt @@ -399,6 +399,7 @@ Notes: * `puppet-lint` * PureScript * `purescript-language-server` + * `purs-tidy` * `purty` * Python * `autoflake`!! diff --git a/doc/ale.txt b/doc/ale.txt index 2f77e7c1..e871f1ff 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -2933,6 +2933,7 @@ documented in additional help files. puppet-languageserver.................|ale-puppet-languageserver| purescript..............................|ale-purescript-options| purescript-language-server............|ale-purescript-language-server| + purs-tidy.............................|ale-purescript-tidy| purty.................................|ale-purescript-purty| pyrex (cython)..........................|ale-pyrex-options| cython................................|ale-pyrex-cython| -- cgit v1.2.3