declare const _: {
  readonly name: 'BlitzBasic'
  readonly type: 'programming'
  readonly aceMode: 'text'
  readonly extensions: readonly ['.bb', '.decls']
  readonly languageId: 34
  readonly tmScope: 'source.blitzmax'
  readonly aliases: readonly ['b3d', 'blitz3d', 'blitzplus', 'bplus']
  readonly color: '#00FFAE'
}

export default _
