declare const _: {
  name: 'Chapel'
  type: 'programming'
  aceMode: 'text'
  extensions: ['.chpl']
  languageId: 55
  tmScope: 'source.chapel'
  aliases: ['chpl']
  color: '#8dc63f'
}
export = _
