rexx constant

LanguageInfo const rexx

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

Implementation

static const LanguageInfo rexx = LanguageInfo(
  name: 'REXX',
  type: LanguageType.programming,
  aliases: ['arexx'],
  extensions: [
    '.rexx',
    '.pprx',
    '.rex',
  ],
  filenames: [],
  interpreters: [
    'regina',
    'rexx',
  ],
  linguistColor: '#d90e09',
  aceMode: 'text',
  textMateScope: 'source.rexx',
);