qMake constant

LanguageInfo const qMake

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

Implementation

static const LanguageInfo qMake = LanguageInfo(
  name: 'QMake',
  type: LanguageType.programming,
  aliases: [],
  extensions: [
    '.pro',
    '.pri',
  ],
  filenames: [],
  interpreters: ['qmake'],
  aceMode: 'text',
  textMateScope: 'source.qmake',
);