opa constant

LanguageInfo const opa

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

Implementation

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