diff options
author | w0rp <devw0rp@gmail.com> | 2018-01-02 13:23:00 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-01-02 13:23:00 +0000 |
commit | d9a3722e060a52d92e5a95fa3a10c1b51ef6b5b4 (patch) | |
tree | 8f4e3e5898e5a0ac57ab5fbde979854012696409 /doc | |
parent | c165c7c5d11eb827a3be6bab691f20eeb6f6e487 (diff) | |
parent | 1e34210f9a231da26074e6af6643e57ae7f1f402 (diff) | |
download | ale-d9a3722e060a52d92e5a95fa3a10c1b51ef6b5b4.zip |
Merge branch 'add-fountain-proselint-support'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-fountain.txt | 6 | ||||
-rw-r--r-- | doc/ale.txt | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale-fountain.txt b/doc/ale-fountain.txt new file mode 100644 index 00000000..ac0870cf --- /dev/null +++ b/doc/ale-fountain.txt @@ -0,0 +1,6 @@ +=============================================================================== +ALE Fountain Integration *ale-fountain-options* + + +=============================================================================== +vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: diff --git a/doc/ale.txt b/doc/ale.txt index bec086d1..3eb6c6df 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -66,6 +66,7 @@ CONTENTS *ale-contents* eruby.................................|ale-eruby-options| fortran...............................|ale-fortran-options| gcc.................................|ale-fortran-gcc| + fountain..............................|ale-fountain-options| fusionscript..........................|ale-fuse-options| fusion-lint.........................|ale-fuse-fusionlint| git commit............................|ale-gitcommit-options| @@ -301,6 +302,7 @@ Notes: * Erb: `erb`, `erubis` * Erlang: `erlc`, `SyntaxErl` * Fortran: `gcc` +* Fountain: `proselint` * FusionScript: `fusion-lint` * Git Commit Messages: `gitlint` * GLSL: glslang, `glslls` |