Add Fountain with proselint info to ale.txt. Add Fountain online documentation.

This commit is contained in:
Jansen Mitchell 2017-12-20 12:39:10 -06:00
parent 537d162ee7
commit 2c9c5dec1e
2 changed files with 8 additions and 0 deletions

6
doc/ale-fountain.txt Normal file
View File

@ -0,0 +1,6 @@
===============================================================================
ALE Fountain Integration *ale-fountain-options*
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:

View File

@ -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`!!