spacemacs/layers/+lang/shaders/README.org
d12frosted 44a792f83c
rename glsl layer to shaders layer
Also removed redundant `mode` entries and instead added ones that are
missing in original package. Updated README to represent this change and
fixed typo in installation message about the layer name.
2016-08-27 12:29:23 +03:00

21 lines
467 B
Org Mode

#+TITLE: Shaders layer
* Table of Contents
- [[Desscription][Description]]
- [[Install][Install]]
* Description
This layer provides syntax highlighting for shader files. By default it will
provide highlighting for files ending in:
- =.fsh=
- =.vsh=
- =.glsl=
- =.vert=
- =.frag=
- =.geom=
* Install
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.