linguist-languages
Version:
Linguist languages data
12 lines (10 loc) • 352 B
TypeScript
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 _