recordJar constant

LanguageInfo const recordJar

The information provided by linguist about the "Record Jar" language or content type.

Implementation

static const LanguageInfo recordJar = LanguageInfo(
  name: 'Record Jar',
  type: LanguageType.data,
  aliases: [],
  extensions: [],
  filenames: ['language-subtag-registry.txt'],
  interpreters: [],
  linguistColor: '#0673ba',
  aceMode: 'text',
  codeMirrorMode: 'properties',
  codeMirrorMimeType: 'text/x-properties',
  textMateScope: 'source.record-jar',
);