diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2017-12-01 18:36:44 +0100 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-12-01 17:36:44 +0000 |
commit | 51b127a4fd8e581ab0592874db584facb70e9f79 (patch) | |
tree | ce44fd01ca3448d911a52c31164b20f93bf28158 /README.md | |
parent | 6053f764bd6f7707af0be0f0520a691571de5705 (diff) | |
download | ale-51b127a4fd8e581ab0592874db584facb70e9f79.zip |
Add glslls (#1179)
* Add glslls-based LSP linter
* Make logfile configureable
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ formatting. | Erlang | [erlc](http://erlang.org/doc/man/erlc.html), [SyntaxErl](https://github.com/ten0s/syntaxerl) | | Fortran | [gcc](https://gcc.gnu.org/) | | FusionScript | [fusion-lint](https://github.com/RyanSquared/fusionscript) | -| GLSL | [glslang](https://github.com/KhronosGroup/glslang) | +| 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) !! | | GraphQL | [eslint](http://eslint.org/), [gqlint](https://github.com/happylinks/gqlint) | | Haml | [haml-lint](https://github.com/brigade/haml-lint) | |