rpmSpec constant

LanguageInfo const rpmSpec

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

Implementation

static const LanguageInfo rpmSpec = LanguageInfo(
  name: 'RPM Spec',
  type: LanguageType.data,
  aliases: ['specfile'],
  extensions: ['.spec'],
  filenames: [],
  interpreters: [],
  aceMode: 'text',
  codeMirrorMode: 'rpm',
  codeMirrorMimeType: 'text/x-rpm-spec',
  textMateScope: 'source.rpm-spec',
);