Files
rspade_system/node_modules/linguist-languages/data/Mojo.d.ts
2025-12-03 21:28:08 +00:00

13 lines
247 B
TypeScript
Executable File

declare const _: {
name: 'Mojo'
type: 'programming'
aceMode: 'python'
extensions: ['.mojo']
languageId: 1045019587
tmScope: 'source.mojo'
codemirrorMode: 'python'
codemirrorMimeType: 'text/x-python'
color: '#ff4c1f'
}
export = _