eagle constant

LanguageInfo const eagle

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

Implementation

static const LanguageInfo eagle = LanguageInfo(
  name: 'Eagle',
  type: LanguageType.data,
  aliases: [],
  extensions: [
    '.sch',
    '.brd',
  ],
  filenames: [],
  interpreters: [],
  aceMode: 'xml',
  codeMirrorMode: 'xml',
  codeMirrorMimeType: 'text/xml',
  textMateScope: 'text.xml',
);