gherkin constant

LanguageInfo const gherkin

The information provided by linguist about the "Gherkin" language or content type.

Implementation

static const LanguageInfo gherkin = LanguageInfo(
  name: 'Gherkin',
  type: LanguageType.programming,
  aliases: ['cucumber'],
  extensions: [
    '.feature',
    '.story',
  ],
  filenames: [],
  interpreters: [],
  linguistColor: '#5B2063',
  aceMode: 'text',
  textMateScope: 'text.gherkin.feature',
);