mint constant

LanguageInfo const mint

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

Implementation

static const LanguageInfo mint = LanguageInfo(
  name: 'Mint',
  type: LanguageType.programming,
  aliases: [],
  extensions: ['.mint'],
  filenames: [],
  interpreters: [],
  linguistColor: '#02b046',
  aceMode: 'text',
  textMateScope: 'source.mint',
);