declare const _: {
  name: 'Cython'
  type: 'programming'
  aceMode: 'text'
  extensions: ['.pyx', '.pxd', '.pxi']
  languageId: 79
  tmScope: 'source.cython'
  aliases: ['pyrex']
  codemirrorMode: 'python'
  codemirrorMimeType: 'text/x-cython'
  color: '#fedf5b'
}
export = _
