File: glsl.coffee

Defined in: src/languages

Variables Summary

module.exports =
{
  name: "GLSL",
  namespace: "glsl",

  /*
  Supported Grammars
   */
  grammars: ["C", "opencl", "GLSL"],

  /*
  Supported extensions
   */
  extensions: ["vert", "frag"],
  options: {
    configPath: {
      type: 'string',
      "default": "",
      description: "Path to clang-format config file. i.e. clang-format.cfg"
    }
  }
}

    Quickly fuzzy find classes, mixins, methods, file:

    Control the navigation frame:

    You can focus and blur the search input: