antlr constant

LanguageInfo const antlr

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

Implementation

static const LanguageInfo antlr = LanguageInfo(
  name: 'ANTLR',
  type: LanguageType.programming,
  aliases: [],
  extensions: ['.g4'],
  filenames: [],
  interpreters: [],
  linguistColor: '#9DC3FF',
  aceMode: 'text',
  textMateScope: 'source.antlr',
);