hy constant

LanguageInfo const hy

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

Implementation

static const LanguageInfo hy = LanguageInfo(
  name: 'Hy',
  type: LanguageType.programming,
  aliases: ['hylang'],
  extensions: ['.hy'],
  filenames: [],
  interpreters: ['hy'],
  linguistColor: '#7790B2',
  aceMode: 'text',
  textMateScope: 'source.hy',
);