ceylon constant

LanguageInfo const ceylon

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

Implementation

static const LanguageInfo ceylon = LanguageInfo(
  name: 'Ceylon',
  type: LanguageType.programming,
  aliases: [],
  extensions: ['.ceylon'],
  filenames: [],
  interpreters: [],
  linguistColor: '#dfa535',
  aceMode: 'text',
  textMateScope: 'source.ceylon',
);