diff options
author | Jansen Mitchell <jansenmitchellp@gmail.com> | 2017-12-19 21:57:25 -0600 |
---|---|---|
committer | Jansen Mitchell <jansenmitchellp@gmail.com> | 2017-12-19 21:57:25 -0600 |
commit | 537d162ee7f083faed817ba069fafc6c10c4ad5f (patch) | |
tree | 2564a3ef5aae2354ae25488d8d44fef912a18761 | |
parent | 4b56b91ac859e18a632343ed8692696c70b34e46 (diff) | |
download | ale-537d162ee7f083faed817ba069fafc6c10c4ad5f.zip |
Add Fountain and linter support information to README.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -99,6 +99,7 @@ formatting. | Erb | [erb](https://github.com/jeremyevans/erubi), [erubis](https://github.com/kwatch/erubis) | | Erlang | [erlc](http://erlang.org/doc/man/erlc.html), [SyntaxErl](https://github.com/ten0s/syntaxerl) | | Fortran | [gcc](https://gcc.gnu.org/) | +| Fountain | [proselint](http://proselint.com/) | | FusionScript | [fusion-lint](https://github.com/RyanSquared/fusionscript) | | GLSL | [glslang](https://github.com/KhronosGroup/glslang), [glslls](https://github.com/svenstaro/glsl-language-server) | | Go | [gofmt](https://golang.org/cmd/gofmt/), [goimports](https://godoc.org/golang.org/x/tools/cmd/goimports), [go vet](https://golang.org/cmd/vet/), [golint](https://godoc.org/github.com/golang/lint), [gometalinter](https://github.com/alecthomas/gometalinter) !!, [go build](https://golang.org/cmd/go/) !!, [gosimple](https://github.com/dominikh/go-tools/tree/master/cmd/gosimple) !!, [staticcheck](https://github.com/dominikh/go-tools/tree/master/cmd/staticcheck) !! | |