hoon constant

LanguageInfo const hoon

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

Implementation

static const LanguageInfo hoon = LanguageInfo(
  name: 'hoon',
  type: LanguageType.programming,
  aliases: [],
  extensions: ['.hoon'],
  filenames: [],
  interpreters: [],
  linguistColor: '#00b171',
  aceMode: 'text',
  textMateScope: 'source.hoon',
);