creole constant

LanguageInfo const creole

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

Implementation

static const LanguageInfo creole = LanguageInfo(
  name: 'Creole',
  type: LanguageType.prose,
  aliases: [],
  extensions: ['.creole'],
  filenames: [],
  interpreters: [],
  aceMode: 'text',
  textMateScope: 'text.html.creole',
);