oxygene constant

LanguageInfo const oxygene

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

Implementation

static const LanguageInfo oxygene = LanguageInfo(
  name: 'Oxygene',
  type: LanguageType.programming,
  aliases: [],
  extensions: ['.oxygene'],
  filenames: [],
  interpreters: [],
  linguistColor: '#cdd0e3',
  aceMode: 'text',
);