abnf constant

LanguageInfo const abnf

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

Implementation

static const LanguageInfo abnf = LanguageInfo(
  name: 'ABNF',
  type: LanguageType.data,
  aliases: [],
  extensions: ['.abnf'],
  filenames: [],
  interpreters: [],
  aceMode: 'text',
  textMateScope: 'source.abnf',
);