File: sql.coffee

Defined in: src/languages

Variables Summary

module.exports =
{
  name: "SQL",
  namespace: "sql",
  scope: ['source.sql'],

  /*
  Supported Grammars
   */
  grammars: ["SQL (Rails)", "SQL"],

  /*
  Supported extensions
   */
  extensions: ["sql"],
  options: {

    /*
    SQL
     */
    indent_size: {
      type: 'integer',
      "default": null,
      minimum: 0,
      description: "Indentation size/length"
    },
    reindent: {
      type: 'boolean',
      "default": true,
      description: "Change indentations of the statements. Uncheck this option to preserve indentation"
    },
    keywords: {
      type: 'string',
      "default": "upper",
      description: "Change case of keywords",
      "enum": ["unchanged", "lower", "upper", "capitalize"]
    },
    identifiers: {
      type: 'string',
      "default": "unchanged",
      description: "Change case of identifiers",
      "enum": ["unchanged", "lower", "upper", "capitalize"]
    }
  }
}

    Quickly fuzzy find classes, mixins, methods, file:

    Control the navigation frame:

    You can focus and blur the search input: