clarity constant

LanguageInfo const clarity

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

Implementation

static const LanguageInfo clarity = LanguageInfo(
  name: 'Clarity',
  type: LanguageType.programming,
  aliases: [],
  extensions: ['.clar'],
  filenames: [],
  interpreters: [],
  linguistColor: '#5546ff',
  aceMode: 'lisp',
  textMateScope: 'source.clar',
);