rebol constant

LanguageInfo const rebol

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

Implementation

static const LanguageInfo rebol = LanguageInfo(
  name: 'Rebol',
  type: LanguageType.programming,
  aliases: [],
  extensions: [
    '.reb',
    '.r',
    '.r2',
    '.r3',
    '.rebol',
  ],
  filenames: [],
  interpreters: [],
  linguistColor: '#358a5b',
  aceMode: 'text',
  textMateScope: 'source.rebol',
);