nesC constant

LanguageInfo const nesC

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

Implementation

static const LanguageInfo nesC = LanguageInfo(
  name: 'nesC',
  type: LanguageType.programming,
  aliases: [],
  extensions: ['.nc'],
  filenames: [],
  interpreters: [],
  linguistColor: '#94B0C7',
  aceMode: 'text',
  textMateScope: 'source.nesc',
);