Files
2025-12-03 21:28:08 +00:00

14 lines
278 B
TypeScript
Executable File

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