summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJansen Mitchell <jansenmitchellp@gmail.com>2017-12-19 21:57:25 -0600
committerJansen Mitchell <jansenmitchellp@gmail.com>2017-12-19 21:57:25 -0600
commit537d162ee7f083faed817ba069fafc6c10c4ad5f (patch)
tree2564a3ef5aae2354ae25488d8d44fef912a18761 /README.md
parent4b56b91ac859e18a632343ed8692696c70b34e46 (diff)
downloadale-537d162ee7f083faed817ba069fafc6c10c4ad5f.zip
Add Fountain and linter support information to README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index e939e6f1..f769e6e5 100644
--- a/README.md
+++ b/README.md
@@ -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) !! |