Add GLSL linter using glslang (#914)

* Add a glslang linter for GLSL
This commit is contained in:
Sven-Hendrik Haase
2017-09-08 19:06:47 +09:00
committed by w0rp
parent 73d031d7ea
commit ff28836616
6 changed files with 150 additions and 1 deletions
+3
View File
@@ -49,6 +49,8 @@ CONTENTS *ale-contents*
gcc.................................|ale-fortran-gcc|
fusionscript..........................|ale-fuse-options|
fusion-lint.........................|ale-fuse-fusionlint|
glsl..................................|ale-glsl-options|
glslang.............................|ale-glsl-glslang|
go....................................|ale-go-options|
gometalinter........................|ale-go-gometalinter|
graphql...............................|ale-graphql-options|
@@ -220,6 +222,7 @@ Notes:
* Erlang: `erlc`, `SyntaxErl`
* Fortran: `gcc`
* FusionScript: `fusion-lint`
* GLSL: glslang
* Go: `gofmt`, `go vet`, `golint`, `gometalinter`!!, `go build`!!, `gosimple`, `staticcheck`
* GraphQL: `gqlint`
* Haml: `haml-lint`