monkey constant

LanguageInfo const monkey

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

Implementation

static const LanguageInfo monkey = LanguageInfo(
  name: 'Monkey',
  type: LanguageType.programming,
  aliases: [],
  extensions: [
    '.monkey',
    '.monkey2',
  ],
  filenames: [],
  interpreters: [],
  aceMode: 'text',
  textMateScope: 'source.monkey',
);