idl constant

LanguageInfo const idl

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

Implementation

static const LanguageInfo idl = LanguageInfo(
  name: 'IDL',
  type: LanguageType.programming,
  aliases: [],
  extensions: [
    '.pro',
    '.dlm',
  ],
  filenames: [],
  interpreters: [],
  linguistColor: '#a3522f',
  aceMode: 'text',
  codeMirrorMode: 'idl',
  codeMirrorMimeType: 'text/x-idl',
  textMateScope: 'source.idl',
);