summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcyy <cyyever@outlook.com>2019-09-23 10:43:31 +0800
committercyy <cyyever@outlook.com>2020-10-31 14:01:08 +0800
commit9d1a71a5cb7473e34f7ae27162de4538dbeb9cb8 (patch)
tree3f689628646ab7aad82316a5ad15d9546a892ee5 /doc
parent983c7e880523de3b18e42f1405ba2d3ba6509960 (diff)
downloadale-9d1a71a5cb7473e34f7ae27162de4538dbeb9cb8.zip
add doc and test
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-fish.txt17
-rw-r--r--doc/ale-supported-languages-and-tools.txt1
-rw-r--r--doc/ale.txt1
3 files changed, 19 insertions, 0 deletions
diff --git a/doc/ale-fish.txt b/doc/ale-fish.txt
index 8450b38a..3b9ab44c 100644
--- a/doc/ale-fish.txt
+++ b/doc/ale-fish.txt
@@ -11,4 +11,21 @@ If ALE is not showing any errors but your file does not run as expected, run
`fish -n <file.fish>` from the command line.
===============================================================================
+fish_indent *ale-fish-fishindent*
+
+g:ale_fish_fishindent_executable *g:ale_fish_fishindent_executable*
+ *b:ale_fish_fishindent_executable*
+ Type: |String|
+ Default: `'fish_indent'`
+
+ This variable can be changed to use a different executable for fish_indent.
+
+g:ale_fish_fishindent_options *g:ale_fish_fishindent_options*
+ *b:ale_fish_fishindent_options*
+ Type: |String|
+ Default: `''`
+
+ This variable can be set to pass additional options to fish_indent.
+
+===============================================================================
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 4f3afd85..ffd53c2a 100644
--- a/doc/ale-supported-languages-and-tools.txt
+++ b/doc/ale-supported-languages-and-tools.txt
@@ -144,6 +144,7 @@ Notes:
* `SyntaxErl`
* Fish
* `fish` (-n flag)
+ * `fish_indent`
* Fortran
* `gcc`
* `language_server`
diff --git a/doc/ale.txt b/doc/ale.txt
index eb8f0275..22402afb 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -2594,6 +2594,7 @@ documented in additional help files.
eruby...................................|ale-eruby-options|
ruumba................................|ale-eruby-ruumba|
fish....................................|ale-fish-options|
+ fish_indent...........................|ale-fish-fishindent|
fortran.................................|ale-fortran-options|
gcc...................................|ale-fortran-gcc|
language_server.......................|ale-fortran-language-server|