gettextCatalog constant

LanguageInfo const gettextCatalog

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

Implementation

static const LanguageInfo gettextCatalog = LanguageInfo(
  name: 'Gettext Catalog',
  type: LanguageType.prose,
  aliases: ['pot'],
  extensions: [
    '.po',
    '.pot',
  ],
  filenames: [],
  interpreters: [],
  aceMode: 'text',
  textMateScope: 'source.po',
);