motoko constant

LanguageInfo const motoko

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

Implementation

static const LanguageInfo motoko = LanguageInfo(
  name: 'Motoko',
  type: LanguageType.programming,
  aliases: [],
  extensions: ['.mo'],
  filenames: [],
  interpreters: [],
  linguistColor: '#fbb03b',
  aceMode: 'text',
  textMateScope: 'source.mo',
);