module.exports = {
name: 'NumPy',
type: 'programming',
color: '#9C8AF9',
extensions: ['.numpy', '.numpyw', '.numsc'],
tmScope: 'none',
aceMode: 'text',
languageId: 254,
codemirrorMode: 'python',
codemirrorMimeType: 'text/x-python',
group: 'Python',
}