File: r.coffee

Defined in: src/languages

Variables Summary

module.exports =
{
  name: "R",
  namespace: "r",
  scope: ['text.r'],

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

  /*
  Supported extensions
   */
  extensions: ["r", "R"],
  options: {
    indent_size: {
      type: 'integer',
      "default": null,
      description: "Indentation size/length"
    }
  }
}

    Quickly fuzzy find classes, mixins, methods, file:

    Control the navigation frame:

    You can focus and blur the search input: