|
|
9 years ago | |
|---|---|---|
| .. | ||
| img | 9 years ago | |
| README.org | 9 years ago | |
| config.el | 9 years ago | |
| packages.el | 9 years ago | |
Shaders layer

This layer provides syntax highlighting for shader files. By default it will provide highlighting for files ending in:
.fsh
.vsh
.glsl
.vert
.frag
.geom
Also this layer provides completion for .vert, .tesc, .tese, .geom,
.frag and .comp shaders via company-glsl when glslangValidator">glslangValidator can be
found on your system and auto-completion layer is enabled. Note that
completion is rather simple.
To use this configuration layer, add it to your ~.spacemacs. You will need to
add shaders to the existing dotspacemacs-configuration-layers list in this
file.