eiffel constant

LanguageInfo const eiffel

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

Implementation

static const LanguageInfo eiffel = LanguageInfo(
  name: 'Eiffel',
  type: LanguageType.programming,
  aliases: [],
  extensions: ['.e'],
  filenames: [],
  interpreters: [],
  linguistColor: '#4d6977',
  aceMode: 'eiffel',
  codeMirrorMode: 'eiffel',
  codeMirrorMimeType: 'text/x-eiffel',
  textMateScope: 'source.eiffel',
);