yacc constant

LanguageInfo const yacc

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

Implementation

static const LanguageInfo yacc = LanguageInfo(
  name: 'Yacc',
  type: LanguageType.programming,
  aliases: [],
  extensions: [
    '.y',
    '.yacc',
    '.yy',
  ],
  filenames: [],
  interpreters: [],
  linguistColor: '#4B6C4B',
  aceMode: 'text',
  textMateScope: 'source.yacc',
);