Files
rspade_system/node_modules/linguist-languages/data/NumPy.js
2025-12-03 21:28:08 +00:00

13 lines
271 B
JavaScript
Executable File

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