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