ragel constant

LanguageInfo const ragel

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

Implementation

static const LanguageInfo ragel = LanguageInfo(
  name: 'Ragel',
  type: LanguageType.programming,
  aliases: [
    'ragel-rb',
    'ragel-ruby',
  ],
  extensions: ['.rl'],
  filenames: [],
  interpreters: [],
  linguistColor: '#9d5200',
  aceMode: 'text',
);