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