valveDataFormat constant

LanguageInfo const valveDataFormat

The information provided by linguist about the "Valve Data Format" language or content type.

Implementation

static const LanguageInfo valveDataFormat = LanguageInfo(
  name: 'Valve Data Format',
  type: LanguageType.data,
  aliases: [
    'keyvalues',
    'vdf',
  ],
  extensions: ['.vdf'],
  filenames: [],
  interpreters: [],
  linguistColor: '#f26025',
  aceMode: 'text',
  textMateScope: 'source.keyvalues',
);