browserslist constant

LanguageInfo const browserslist

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

Implementation

static const LanguageInfo browserslist = LanguageInfo(
  name: 'Browserslist',
  type: LanguageType.data,
  aliases: [],
  extensions: [],
  filenames: [
    '.browserslistrc',
    'browserslist',
  ],
  interpreters: [],
  linguistColor: '#ffd539',
  aceMode: 'text',
  textMateScope: 'text.browserslist',
);