summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRyan <RyanSquared@users.noreply.github.com>2017-06-14 03:35:11 -0500
committerw0rp <w0rp@users.noreply.github.com>2017-06-14 09:35:11 +0100
commite8cc40b13985e17320437debca0426a1129e0f54 (patch)
tree8905fe359bfd7185af55e56aded9e4c65a2da200 /README.md
parentba83c476cde8bceef33bf959fa6d9d3334f5d2fc (diff)
downloadale-e8cc40b13985e17320437debca0426a1129e0f54.zip
Add fusion-lint, documentation, and tests (#648)
* Add `fusion-lint` for first FusionScript linter * Add documentation over `fusion-lint` * Add tests for `fusion-lint` command callback
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 8543129b..204c12d6 100644
--- a/README.md
+++ b/README.md
@@ -77,6 +77,7 @@ name. That seems to be the fairest way to arrange this table.
| Erb | [erb](https://github.com/jeremyevans/erubi) |
| Erlang | [erlc](http://erlang.org/doc/man/erlc.html) |
| Fortran | [gcc](https://gcc.gnu.org/) |
+| FusionScript | [fusion-lint](https://github.com/RyanSquared/fusionscript) |
| Go | [gofmt -e](https://golang.org/cmd/gofmt/), [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) |
| Haml | [haml-lint](https://github.com/brigade/haml-lint)
| Handlebars | [ember-template-lint](https://github.com/rwjblue/ember-template-lint) |