cue constant

LanguageInfo const cue

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

Implementation

static const LanguageInfo cue = LanguageInfo(
  name: 'CUE',
  type: LanguageType.programming,
  aliases: [],
  extensions: ['.cue'],
  filenames: [],
  interpreters: [],
  linguistColor: '#5886E1',
  aceMode: 'text',
  textMateScope: 'source.cue',
);