grace constant

LanguageInfo const grace

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

Implementation

static const LanguageInfo grace = LanguageInfo(
  name: 'Grace',
  type: LanguageType.programming,
  aliases: [],
  extensions: ['.grace'],
  filenames: [],
  interpreters: [],
  linguistColor: '#615f8b',
  aceMode: 'text',
  textMateScope: 'source.grace',
);