declare const _: {
  readonly name: 'Protocol Buffer Text Format'
  readonly type: 'data'
  readonly aceMode: 'text'
  readonly extensions: readonly ['.textproto', '.pbt', '.pbtxt', '.txtpb']
  readonly languageId: 436568854
  readonly tmScope: 'source.textproto'
  readonly aliases: readonly ['text proto', 'protobuf text format']
}

export default _
