yara constant

LanguageInfo const yara

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

Implementation

static const LanguageInfo yara = LanguageInfo(
  name: 'YARA',
  type: LanguageType.programming,
  aliases: [],
  extensions: [
    '.yar',
    '.yara',
  ],
  filenames: [],
  interpreters: [],
  linguistColor: '#220000',
  aceMode: 'text',
  textMateScope: 'source.yara',
);