File: c.coffee
Defined in: | src/languages |
Variables Summary
- module.exports =
-
{ name: "C", namespace: "c", /* Supported Grammars */ grammars: ["C", "opencl"], /* Supported extensions */ extensions: ["h", "c", "cl"], options: { configPath: { type: 'string', "default": "", description: "Path to uncrustify config file. i.e. uncrustify.cfg" } } }