sieve constant

LanguageInfo const sieve

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

Implementation

static const LanguageInfo sieve = LanguageInfo(
  name: 'Sieve',
  type: LanguageType.programming,
  aliases: [],
  extensions: ['.sieve'],
  filenames: [],
  interpreters: [],
  aceMode: 'text',
  codeMirrorMode: 'sieve',
  codeMirrorMimeType: 'application/sieve',
  textMateScope: 'source.sieve',
);