diff options
author | Horacio Sanson <hsanson@gmail.com> | 2021-02-05 22:58:43 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-05 22:58:43 +0900 |
commit | f6128058013e9df6191c54e5d985153a86a215c0 (patch) | |
tree | 4e69ea2a079a0ad75aec97a65c2369bede69d0ab /doc | |
parent | 9b5c09047361f3ec2cf18afbb6d1e03047a59778 (diff) | |
parent | a49f664aea742bafae43af50eac568143870a663 (diff) | |
download | ale-f6128058013e9df6191c54e5d985153a86a215c0.zip |
Merge pull request #3576 from cyyever/fish_indent
Fish indent
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-fish.txt | 17 | ||||
-rw-r--r-- | doc/ale-supported-languages-and-tools.txt | 1 | ||||
-rw-r--r-- | doc/ale.txt | 1 |
3 files changed, 19 insertions, 0 deletions
diff --git a/doc/ale-fish.txt b/doc/ale-fish.txt index 8450b38a..7dbbc10c 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-fish_indent* + +g:ale_fish_fish_indent_executable *g:ale_fish_fish_indent_executable* + *b:ale_fish_fish_indent_executable* + Type: |String| + Default: `'fish_indent'` + + This variable can be changed to use a different executable for fish_indent. + +g:ale_fish_fish_indent_options *g:ale_fish_fish_indent_options* + *b:ale_fish_fish_indent_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 72c685c5..33771e49 100644 --- a/doc/ale-supported-languages-and-tools.txt +++ b/doc/ale-supported-languages-and-tools.txt @@ -152,6 +152,7 @@ Notes: * `erlc` * Fish * `fish` (-n flag) + * `fish_indent` * Fortran * `gcc` * `language_server` diff --git a/doc/ale.txt b/doc/ale.txt index 9268c9f2..034d62b8 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -2699,6 +2699,7 @@ documented in additional help files. eruby...................................|ale-eruby-options| ruumba................................|ale-eruby-ruumba| fish....................................|ale-fish-options| + fish_indent...........................|ale-fish-fish_indent| fortran.................................|ale-fortran-options| gcc...................................|ale-fortran-gcc| language_server.......................|ale-fortran-language-server| |