File: ruby.coffee

Defined in: src/languages

Variables Summary

module.exports =
{
  name: "Ruby",
  namespace: "ruby",
  scope: ['source.ruby'],

  /*
  Supported Grammars
   */
  grammars: ["Ruby", "Ruby on Rails"],

  /*
  Supported extensions
   */
  extensions: ["rb"],
  options: {
    indent_size: {
      type: 'integer',
      "default": null,
      minimum: 0,
      description: "Indentation size/length"
    },
    indent_char: {
      type: 'string',
      "default": null,
      description: "Indentation character",
      "enum": [" ", "\t"]
    },
    rubocop_path: {
      title: "Rubocop Path",
      type: 'string',
      "default": "",
      description: "Path to the `rubocop` CLI executable"
    }
  }
}

    Quickly fuzzy find classes, mixins, methods, file:

    Control the navigation frame:

    You can focus and blur the search input: