From 2c9c5dec1e1337ecaffbe5e9818f98b09c134cd3 Mon Sep 17 00:00:00 2001 From: Jansen Mitchell Date: Wed, 20 Dec 2017 12:39:10 -0600 Subject: [PATCH] Add Fountain with proselint info to ale.txt. Add Fountain online documentation. --- doc/ale-fountain.txt | 6 ++++++ doc/ale.txt | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 doc/ale-fountain.txt 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 bdcb39fe..b343989f 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| glsl..................................|ale-glsl-options| @@ -299,6 +300,7 @@ Notes: * Erb: `erb`, `erubis` * Erlang: `erlc`, `SyntaxErl` * Fortran: `gcc` +* Fountain: `proselint` * FusionScript: `fusion-lint` * GLSL: glslang, `glslls` * Go: `gofmt`, `goimports`, `go vet`, `golint`, `gometalinter`!!, `go build`!!, `gosimple`!!, `staticcheck`!!