wren constant

LanguageInfo const wren

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

Implementation

static const LanguageInfo wren = LanguageInfo(
  name: 'Wren',
  type: LanguageType.programming,
  aliases: ['wrenlang'],
  extensions: ['.wren'],
  filenames: [],
  interpreters: [],
  linguistColor: '#383838',
  aceMode: 'text',
  textMateScope: 'source.wren',
);