declare const _: {
  readonly name: 'Just'
  readonly type: 'programming'
  readonly aceMode: 'text'
  readonly extensions: readonly ['.just']
  readonly filenames: readonly [
    '.JUSTFILE',
    '.Justfile',
    '.justfile',
    'JUSTFILE',
    'Justfile',
    'justfile',
  ]
  readonly languageId: 128447695
  readonly tmScope: 'source.just'
  readonly aliases: readonly ['Justfile']
  readonly color: '#384d54'
}

export default _
