declare const _: {
  readonly name: 'Handlebars'
  readonly type: 'markup'
  readonly aceMode: 'handlebars'
  readonly extensions: readonly ['.handlebars', '.hbs']
  readonly languageId: 155
  readonly tmScope: 'text.html.handlebars'
  readonly aliases: readonly ['hbs', 'htmlbars']
  readonly color: '#f7931e'
}

export default _
