declare const _: {
  name: 'Factor'
  type: 'programming'
  color: '#636746'
  extensions: ['.factor']
  tmScope: 'source.factor'
  aceMode: 'text'
  languageId: 108
  codemirrorMode: 'factor'
  codemirrorMimeType: 'text/x-factor'
  filenames: ['.factor-boot-rc', '.factor-rc']
}
export = _
