protocolBufferTextFormat constant
LanguageInfo
const protocolBufferTextFormat
The information provided by linguist about the "Protocol Buffer Text Format" language or content type.
Implementation
static const LanguageInfo protocolBufferTextFormat = LanguageInfo(
name: 'Protocol Buffer Text Format',
type: LanguageType.data,
aliases: ['text proto', 'protobuf text format'],
extensions: ['.textproto', '.pbt', '.pbtxt'],
filenames: [],
interpreters: [],
aceMode: 'text',
textMateScope: 'source.textproto',
);