File: yaml.coffee

Defined in: src/languages

Variables Summary

module.exports =
{
  name: "YAML",
  namespace: "yaml",
  fallback: [],
  scope: ['source.yaml'],

  /*
  Supported Grammars
   */
  grammars: ["YAML"],

  /*
  Supported extensions
   */
  extensions: ["yml", "yaml"],
  defaultBeautifier: "align-yaml",
  options: {
    padding: {
      type: 'integer',
      "default": 0,
      minimum: 0,
      description: "The amount of padding to add next to each line."
    }
  }
}

    Quickly fuzzy find classes, mixins, methods, file:

    Control the navigation frame:

    You can focus and blur the search input: