glyphBitmapDistributionFormat constant

LanguageInfo const glyphBitmapDistributionFormat

The information provided by linguist about the "Glyph Bitmap Distribution Format" language or content type.

Implementation

static const LanguageInfo glyphBitmapDistributionFormat = LanguageInfo(
  name: 'Glyph Bitmap Distribution Format',
  type: LanguageType.data,
  aliases: [],
  extensions: ['.bdf'],
  filenames: [],
  interpreters: [],
  aceMode: 'text',
  textMateScope: 'source.bdf',
);