io constant

LanguageInfo const io

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

Implementation

static const LanguageInfo io = LanguageInfo(
  name: 'Io',
  type: LanguageType.programming,
  aliases: [],
  extensions: ['.io'],
  filenames: [],
  interpreters: ['io'],
  linguistColor: '#a9188d',
  aceMode: 'io',
  textMateScope: 'source.io',
);