💫GLSL linter for Atom, supporting glslify!💫
linter-glslify is a GLSL linter for Atom, It also supports glslify-powered shaders using source maps.
$ apm install linter-glslify
Vertex | Fragment | Geometry | Tessellation Control | Tessellation Evaluation | Compute |
---|---|---|---|---|---|
.vert |
.frag |
.geom |
.tesc |
.tese |
.comp |
.vs.glsl |
.fs.glsl |
.gs.glsl |
.tc.glsl |
.te.glsl |
.cs.glsl |
_vs.glsl |
_fs.glsl |
_gs.glsl |
_tc.glsl |
_te.glsl |
_cs.glsl |
.vs |
.fs |
.gs |
.tc |
.te |
.cs |
.v.glsl |
.f.glsl |
.g.glsl |
|||
_v.glsl |
_f.glsl |
_g.glsl |
|||
.vsh |
.fsh |
.gsh |
|||
.glsl |
This package was forked from linter-glsl.
MIT
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.