spacemacs/layers/+lang/shaders
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
..
packages.el rename glsl layer to shaders layer 2016-08-27 12:29:23 +03:00
README.org rename glsl layer to shaders layer 2016-08-27 12:29:23 +03:00

Shaders layer

Table of Contents

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.