al constant

LanguageInfo const al

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

Implementation

static const LanguageInfo al = LanguageInfo(
  name: 'AL',
  type: LanguageType.programming,
  aliases: [],
  extensions: ['.al'],
  filenames: [],
  interpreters: [],
  linguistColor: '#3AA2B5',
  aceMode: 'text',
  textMateScope: 'source.al',
);