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