File: bash.coffee

Defined in: src/languages

Variables Summary

scope =
['source.sh', 'source.bash']
defaultIndentSize =
(softTabs ? tabLength : 1)
module.exports =
{
  name: "Bash",
  namespace: "bash",

  /*
  Supported Grammars
   */
  grammars: ["Shell Script"],
  defaultBeautifier: "beautysh",

  /*
  Supported extensions
   */
  extensions: ["bash", "sh"],
  options: {
    indent_size: {
      type: 'integer',
      "default": defaultIndentSize,
      minimum: 0,
      description: "Indentation size/length"
    }
  }
}

    Quickly fuzzy find classes, mixins, methods, file:

    Control the navigation frame:

    You can focus and blur the search input: