File: gherkin.coffee

Defined in: src/languages

Variables Summary

defaultIndentSize =
(softTabs ? tabLength : 1)
defaultIndentChar =
(softTabs ? " " : "\t")
module.exports =
{
  name: "gherkin",
  namespace: "gherkin",
  grammars: ["Gherkin"],
  extensions: ["feature"],
  options: {
    indent_size: {
      type: 'integer',
      "default": defaultIndentSize,
      minimum: 0,
      description: "Indentation size/length"
    },
    indent_char: {
      type: 'string',
      "default": defaultIndentChar,
      minimum: 0,
      description: "Indentation character"
    }
  }
}

    Quickly fuzzy find classes, mixins, methods, file:

    Control the navigation frame:

    You can focus and blur the search input: