cameLigo constant

LanguageInfo const cameLigo

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

Implementation

static const LanguageInfo cameLigo = LanguageInfo(
  name: 'CameLIGO',
  type: LanguageType.programming,
  aliases: [],
  extensions: ['.mligo'],
  filenames: [],
  interpreters: [],
  linguistColor: '#3be133',
  aceMode: 'ocaml',
  codeMirrorMode: 'mllike',
  codeMirrorMimeType: 'text/x-ocaml',
  textMateScope: 'source.mligo',
  group: 'LigoLANG',
);