summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2019-10-29 17:37:18 +0000
committerGitHub <noreply@github.com>2019-10-29 17:37:18 +0000
commit2d9380d75c5c27a3241925d24ab3be8977a43207 (patch)
treef045fd328b49f32a588949f2b4f2b2d73662251f /doc
parente259dd525f94576ff40f7ee6a0605229e37506e3 (diff)
parentf89b49a014bb3f5cf0c6820e8b3f4347292b4a06 (diff)
downloadale-2d9380d75c5c27a3241925d24ab3be8977a43207.zip
Merge pull request #2690 from iclanzan/purty
Add purty fixer for PureScript
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-purescript.txt9
-rw-r--r--doc/ale-supported-languages-and-tools.txt1
-rw-r--r--doc/ale.txt1
3 files changed, 11 insertions, 0 deletions
diff --git a/doc/ale-purescript.txt b/doc/ale-purescript.txt
index 33fd2429..e809f2c9 100644
--- a/doc/ale-purescript.txt
+++ b/doc/ale-purescript.txt
@@ -30,4 +30,13 @@ g:ale_purescript_ls_config g:ale_purescript_ls_config
\ }
\}
===============================================================================
+purty *ale-purescript-purty*
+
+g:ale_purescript_purty_executable *g:ale_purescript_purty_executable*
+ *b:ale_purescript_purty_executable*
+ Type: |String|
+ Default: `'purty'`
+
+ This variable can be changed to use a different executable for purty.
+===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt
index 55be8af5..b7542177 100644
--- a/doc/ale-supported-languages-and-tools.txt
+++ b/doc/ale-supported-languages-and-tools.txt
@@ -349,6 +349,7 @@ Notes:
* `puppet-lint`
* PureScript
* `purescript-language-server`
+ * `purty`
* Python
* `autopep8`
* `bandit`
diff --git a/doc/ale.txt b/doc/ale.txt
index eb3c84d6..f1c2efbb 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -2418,6 +2418,7 @@ documented in additional help files.
puppet-languageserver.................|ale-puppet-languageserver|
purescript..............................|ale-purescript-options|
purescript-language-server............|ale-purescript-language-server|
+ purty.................................|ale-purescript-purty|
pyrex (cython)..........................|ale-pyrex-options|
cython................................|ale-pyrex-cython|
python..................................|ale-python-options|