summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-haskell.txt20
-rw-r--r--doc/ale-supported-languages-and-tools.txt1
-rw-r--r--doc/ale.txt1
3 files changed, 22 insertions, 0 deletions
diff --git a/doc/ale-haskell.txt b/doc/ale-haskell.txt
index bd5a5edf..bcd15724 100644
--- a/doc/ale-haskell.txt
+++ b/doc/ale-haskell.txt
@@ -225,4 +225,24 @@ g:ale_haskell_ormolu_options *g:ale_haskell_ormolu_options*
===============================================================================
+fourmolu *ale-haskell-fourmolu*
+
+g:ale_haskell_fourmolu_executable *g:ale_haskell_fourmolu_executable*
+ *b:ale_haskell_fourmolu_executable*
+ Type: |String|
+ Default: `'fourmolu'`
+
+ This variable can be changed to use a different executable for fourmolu.
+
+
+g:ale_haskell_fourmolu_options *g:ale_haskell_fourmolu_options*
+ *b:ale_haskell_fourmolu_options*
+ Type: |String|
+ Default: `''`
+
+ This variable can be used to pass extra options to the underlying fourmolu
+ executable.
+
+
+===============================================================================
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 d56d0a76..6369224a 100644
--- a/doc/ale-supported-languages-and-tools.txt
+++ b/doc/ale-supported-languages-and-tools.txt
@@ -236,6 +236,7 @@ Notes:
* `cabal-ghc`
* `cspell`
* `floskell`
+ * `fourmolu`
* `ghc`
* `ghc-mod`
* `hdevtools`
diff --git a/doc/ale.txt b/doc/ale.txt
index ffdde04c..76f00c43 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -3019,6 +3019,7 @@ documented in additional help files.
stylish-haskell.......................|ale-haskell-stylish-haskell|
hie...................................|ale-haskell-hie|
ormolu................................|ale-haskell-ormolu|
+ fourmolu..............................|ale-haskell-fourmolu|
hcl.....................................|ale-hcl-options|
packer-fmt............................|ale-hcl-packer-fmt|
terraform-fmt.........................|ale-hcl-terraform-fmt|