mirror of https://github.com/dense-analysis/ale
Add Fountain with proselint info to ale.txt. Add Fountain online documentation.
This commit is contained in:
parent
537d162ee7
commit
2c9c5dec1e
|
@ -0,0 +1,6 @@
|
|||
===============================================================================
|
||||
ALE Fountain Integration *ale-fountain-options*
|
||||
|
||||
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
|
@ -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`!!
|
||||
|
|
Loading…
Reference in New Issue