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