smPL constant

LanguageInfo const smPL

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

Implementation

static const LanguageInfo smPL = LanguageInfo(
  name: 'SmPL',
  type: LanguageType.programming,
  aliases: ['coccinelle'],
  extensions: ['.cocci'],
  filenames: [],
  interpreters: [],
  linguistColor: '#c94949',
  aceMode: 'text',
  textMateScope: 'source.smpl',
);