$4D constant

LanguageInfo const $4D

The information provided by linguist about the "4D" language or content type.

Implementation

static const LanguageInfo $4D = LanguageInfo(
  name: '4D',
  type: LanguageType.programming,
  aliases: [],
  extensions: ['.4dm'],
  filenames: [],
  interpreters: [],
  linguistColor: '#004289',
  aceMode: 'text',
  textMateScope: 'source.4dm',
);