openCL constant

LanguageInfo const openCL

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

Implementation

static const LanguageInfo openCL = LanguageInfo(
  name: 'OpenCL',
  type: LanguageType.programming,
  aliases: [],
  extensions: [
    '.cl',
    '.opencl',
  ],
  filenames: [],
  interpreters: [],
  linguistColor: '#ed2e2d',
  aceMode: 'c_cpp',
  codeMirrorMode: 'clike',
  codeMirrorMimeType: 'text/x-csrc',
  textMateScope: 'source.c',
  group: 'C',
);