declare const _: {
  readonly name: 'Objective-J'
  readonly type: 'programming'
  readonly aceMode: 'text'
  readonly extensions: readonly ['.j', '.sj']
  readonly languageId: 259
  readonly tmScope: 'source.js.objj'
  readonly aliases: readonly ['obj-j', 'objectivej', 'objj']
  readonly color: '#ff0c5a'
}

export default _
