diff options
author | Jansen Mitchell <jansenmitchellp@gmail.com> | 2017-12-20 12:39:10 -0600 |
---|---|---|
committer | Jansen Mitchell <jansenmitchellp@gmail.com> | 2017-12-20 12:39:10 -0600 |
commit | 2c9c5dec1e1337ecaffbe5e9818f98b09c134cd3 (patch) | |
tree | 8308c4487708b89905ff537dc09e18dbd5caf8b4 /doc | |
parent | 537d162ee7f083faed817ba069fafc6c10c4ad5f (diff) | |
download | ale-2c9c5dec1e1337ecaffbe5e9818f98b09c134cd3.zip |
Add Fountain with proselint info to ale.txt. Add Fountain online documentation.
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 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`!! |