File: bash.coffee
Defined in: | src/languages |
Variables Summary
- module.exports =
-
{ name: "Bash", namespace: "bash", scope: ['source.sh', 'source.bash'], /* Supported Grammars */ grammars: ["Shell Script"], defaultBeautifier: "beautysh", /* Supported extensions */ extensions: ["bash", "sh"], options: { indent_size: { type: 'integer', "default": null, minimum: 0, description: "Indentation size/length" }, indent_with_tabs: { type: 'boolean', "default": null, description: "Indentation uses tabs, overrides `Indent Size` and `Indent Char`" } } }