odin constant

LanguageInfo const odin

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

Implementation

static const LanguageInfo odin = LanguageInfo(
  name: 'Odin',
  type: LanguageType.programming,
  aliases: [
    'odinlang',
    'odin-lang',
  ],
  extensions: ['.odin'],
  filenames: [],
  interpreters: [],
  linguistColor: '#60AFFE',
  aceMode: 'text',
  textMateScope: 'source.odin',
);