futhark constant

LanguageInfo const futhark

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

Implementation

static const LanguageInfo futhark = LanguageInfo(
  name: 'Futhark',
  type: LanguageType.programming,
  aliases: [],
  extensions: ['.fut'],
  filenames: [],
  interpreters: [],
  linguistColor: '#5f021f',
  aceMode: 'text',
  textMateScope: 'source.futhark',
);