declare const _: {
  name: 'Nim'
  type: 'programming'
  color: '#ffc200'
  extensions: ['.nim', '.nim.cfg', '.nimble', '.nimrod', '.nims']
  tmScope: 'source.nim'
  aceMode: 'text'
  languageId: 249
  filenames: ['nim.cfg']
}
export default _
