eq constant

LanguageInfo const eq

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

Implementation

static const LanguageInfo eq = LanguageInfo(
  name: 'EQ',
  type: LanguageType.programming,
  aliases: [],
  extensions: ['.eq'],
  filenames: [],
  interpreters: [],
  linguistColor: '#a78649',
  aceMode: 'csharp',
  codeMirrorMode: 'clike',
  codeMirrorMimeType: 'text/x-csharp',
  textMateScope: 'source.cs',
);