jflex constant

LanguageInfo const jflex

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

Implementation

static const LanguageInfo jflex = LanguageInfo(
  name: 'JFlex',
  type: LanguageType.programming,
  aliases: [],
  extensions: [
    '.flex',
    '.jflex',
  ],
  filenames: [],
  interpreters: [],
  linguistColor: '#DBCA00',
  aceMode: 'text',
  textMateScope: 'source.jflex',
  group: 'Lex',
);