shen constant

LanguageInfo const shen

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

Implementation

static const LanguageInfo shen = LanguageInfo(
  name: 'Shen',
  type: LanguageType.programming,
  aliases: [],
  extensions: ['.shen'],
  filenames: [],
  interpreters: [],
  linguistColor: '#120F14',
  aceMode: 'text',
  textMateScope: 'source.shen',
);