stylus constant

LanguageInfo const stylus

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

Implementation

static const LanguageInfo stylus = LanguageInfo(
  name: 'Stylus',
  type: LanguageType.markup,
  aliases: [],
  extensions: ['.styl'],
  filenames: [],
  interpreters: [],
  linguistColor: '#ff6347',
  aceMode: 'stylus',
  textMateScope: 'source.stylus',
);